temporary-object-pooling

js
Creates a pool of any object and allows both a circular allocation of that pool or item reservation from it. Userful for reducing garbage collection in games.
Version 1.0.1 License MIT
Keywords
pool
INSTALL
Creates a pool of any object and allows both a circular allocation of that pool or item reservation from it. Userful for reducing garbage collection in games.