en Having recently
stumbled upon memory performance issues in a C++ program, I've
just tested the effect of pool allocator with C++ STL. I did
not find any benchmark out there, so I wrote a sample C++
program using a STL list and measured how fast it performed
with three different allocation strategies. Let's begin
using the standard allocator.
(
Read more... )