
4 Mar
2011
4 Mar
'11
11:09 a.m.
On 4 Mar 2011, at 09:49, Joel Falcou wrote:
- use expression template to handle efficient combination of operations and potentially detect optimisable pattern. Proto is a shoe-in for this.
Are you sure that the gains from proto would outweigh the losses? I just tried taking an example from the proto directory and added an invalid '+ 2.0' on the end of it. The resulting error message was 29k. The same error from xint was much shorter and understandable. Chris