$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2006-02-01 16:56:13
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