/ObjectPool_V1

This is the implementation of an object memory pool, which is used to support zero-alloc in the hot path.

Primary LanguageC++MIT LicenseMIT

ObjectPool

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