17 Jan
2011
17 Jan
'11
4:20 p.m.
On 01/15/11 08:54, Paul wrote:
It looks like we are heading for an alternative approach (again). Based on the boost::variant i'm writing my own variant that is optimized to only hold shared_ptr's.
First test seem promising i can finally create variants with 200 types in 2 sec compilation :) However binary invokation is even here quickly a problem, its generating 'paths' quadratically, 50 bounded types produce 2500 paths....
[snip] Could you post a test driver showing the problem. I'd like to see how: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/composite_st... performs on the same or similar problem. TIA. Larry