This is the second post in a series about object pools in C++.
In the previous post, we built a simple object pool that could only store a fixed number of objects.
This is the first post in a series about object pools in C++.
An Introduction to Memory Pools Memory pools are a useful tool for managing memory in high performance applications.