$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-02-01 17:59:32
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