
11 Feb
2013
11 Feb
'13
9:41 p.m.
El 11/02/2013 18:12, Andrew Hundt escribió:
The short results summary: varray was generally at or near the top for performance due to its simplicity, and interestingly on almost all platforms std::vector significantly outperformed boost::container::vector, which edged out boost::container::vector<T, stack_allocator>.
Thanks for the report. Which boost version have you used? I remember adding some optimizations in Boost 1.53's container::vector. Anyway I'm interested in improving boost::container performance, since I haven't done any serious effort on that direction. Until know portability between C++03 and C++0x was the main goal. Best, Ion