Small objects allocator

Posted by Felics on Stack Overflow See other posts from Stack Overflow or by Felics
Published on 2010-06-06T14:02:08Z Indexed on 2010/06/06 14:22 UTC
Read the original article Hit count: 311

Hello,

Has anybody used SmallObjectAllocator from Modern C++ Design by Andrei Alexandrescu in a big project? I want to implement this allocator but I need some opinions about it before using it in my project. I made some tests and it seems very fast, but the tests were made in a small test environment. I want to know how fast it is when are lots of small objects(like events, smart pointers, etc) and how much extra memory it uses.

© Stack Overflow or respective owner

Related posts about c++

Related posts about memory-management