
1 Feb
2006
1 Feb
'06
10:59 p.m.
Thorsten Ottosen wrote:
Tobias Schwinger wrote:
Putting fixed_stringS into STL containers (which in turn could use a
custom allocator, e.g. Boost.Pool) can significantly reduce the allocation costs (and would be my no.1 use case for such a library).
have you tried to benchmark fixed_string compared to std::string with the short string optimization?
is fixed_string really faster?
I haven't done any benchmarking, but plan on doing so for the next review cycle. - Reece