This package is now free!
The EZ Object Pools system is designed to be simple to set up and easy to integrate into existing projects. Object pooling is a way to more efficiently handle the creating and destroying of objects at runtime.
Guide & Documentation
|
Support Thread
Features:
-Ability to resize pools at runtime to accomodate for object requests.
-Lightning fast object retrieval.
-Pools that can pull objects from a single, shared pool.
-PooledObjects that can do special tasks when enabled and are automatically put back into the pool when finished.