$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in updated expression template library?
From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2017-01-10 15:10:07
On Tue, Jan 10, 2017 at 2:00 PM, Damien Buhl <damien.buhl_at_[hidden]> wrote:
> Nice that this is optional, to get Boost.Spirit based code small enough
> to fit in Cortex M0 mcus with 64kb ROM, we currently have to patch our
> Boost headers to remove the debug printing headers with the current Proto.
>
> I think if there is an emphasis on object size reduction and compile
> time reduction there will be definitely an interest to switch from Proto
> to Yap. Did you already make some benchmarking comparing Proto to Yap in
> this regard ?
I have not compared Yap to Proto. I have however compared Yap to
hand-written code. It compares favorably. There's a "make perf" build
target for Yap that spits out assembly (among other things) if you want to
look for yourself.
Zach