
26 Aug
2005
26 Aug
'05
8:13 a.m.
On Thu, 25 Aug 2005 18:29:37 +0400, Peter Dimov <pdimov@mmltd.net> wrote:
quick_allocator is for (a) benchmarks that use a horribly slow underlying malloc, (b) people that try the #define and their particular project tends to benefit a lot, and (c) people that want to customize the allocations of their local copy of shared_ptr, but need a starting point.
It's very much a "toy" compared to industrial grade malloc replacements,
Well, I did not know that. -- Maxim Yegorushkin