
1 Feb
2006
1 Feb
'06
9:56 p.m.
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? -Thorsten