This repository contains the implementation of an object pool, to support the zero-alloc patterns in the hot path.
Todo: This one doesn't work with objects with circular dependency
This is the implementation of an object memory pool, which is used to support zero-alloc in the hot path.
C++MIT