
On 04/03/2012 07:56 PM, Dave Abrahams wrote:
In order to measure the compile-time efficiency of various C++11 metaprogramming techniques, I'd like to put together a set of benchmarks, and I wanted to discuss here what kinds of tests might be appropriate. Aleksey and I came up with some benchmarks for an appendix to http://boostpro.com/mplbook/, but some of those are lost and they're all getting a bit crusty. Certainly, I have no confidence that they are realistic or useful. If anyone has ideas about this, I'd be very glad to hear them.
Thanks in advance,
What about some programs and examples from this thread http://thread.gmane.org/gmane.comp.lib.boost.devel/211140 I remember that the compilation of a simple sine needed about 10 minutes to compile. But I am not sure if new techniques from C++11 will helf to increase the performance here.