Has anyone used SmallObjectAllocator from Modern C ++ Design by Andrei Alexandrescu in a large project? I want to implement this allocator, but I need some opinion about this before using it in my project. I did some tests and it seems very fast, but the tests were carried out in a small test environment. I want to know how quickly this happens when there are a lot of small objects (for example, events, smart pointers, etc.) and how much extra memory they use.
c ++ memory-management dynamic-memory-allocation
Felics
source share