C++11 memory pool design pattern?
In case you haven’t already, familiarize yourself with Boost.Pool. From the Boost documentation: What is Pool? Pool allocation is a memory allocation scheme that is very fast, but limited in its usage. For more information on pool allocation (also called simple segregated storage, see concepts concepts and Simple Segregated Storage. Why should I use Pool? … Read more