Small tests and experiments to answer common C++ questions.
Code that exhibits the memory allocation patterns of std::string, STL stream classes and that shows how to use streams with no memory allocations and little overhead (this uses the Boost::IOStreams library).
Download some code here: STL Streams Performance
Copyright (C) 1998-2009 Martin Blais. All Rights Reserved.
This code is distributed under the GNU General Public License;
Martin Blais <blais@furius.ca>