$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: tricycle (tricycle_at_[hidden])
Date: 2007-03-01 05:54:47
The most important reason to use a memory pool is performance. BUT object_pool
doesn't!
When I use object_pool to construct a lot of objects, the destroy method
become very slow. And I found object_pool use ordered_free to free the memory,
and it amortized O(N). It is a very serious problem, I hope it can be fixed in
the next release.
thanks.