Project Description
A simple object pooling reference implementation demonstrating how to create an object pool for expensive to create, but often used, objects.
!ObjectPool reference implementation
A straight-forward implementation of an ObjectPool. No expiration semantics are included, but switchable auto-expand capability does exist.