
30 Jan
2008
30 Jan
'08
7:41 p.m.
/* boost::flyweights::flyweight<string>::initializer init; vector<boost::flyweights::flyweight<string> > vec; */ Thanks Joaqu?n. That fixes all. I'd noticed a bit in the doc about initialisation - just my attempt to write a minimal test case got the better of me. Release is still slower than debug under MS - 60 cf 56s with my computer cranked up to full tilt.. Put that down to some dubious MS code generation. For comparison the example program took 927s for hashed factory when compiled as debug and 1365s when compiled as release (ok I didn't repeat the tests!) I'll have to get a smaller test file :-) Best wishes Martin