16 Oct
2014
16 Oct
'14
4:19 p.m.
On 10/7/2014 9:48 AM, Mathias Gaunard wrote:
We're not focusing on expression templates for now, but the plan is to roll our own set of types instead of using Proto's, and just make them Proto-compatible (minus the proto_grammar typedef).
The two things that affect compilation speed the most are the amount of templates instantiated and the symbol length.
I think it's time for proto-14, using Louis Dionne's generalized-lambdas-as-tuples tricks from Hana as a basis. That would *vastly* improve compile times and shrink symbol lengths to almost nothing. Eric