@rbxts/object-pool-patched
v1.1.0-patch
Published
<p align="center"> <a href="http://makeapullrequest.com"> <img src="https://img.shields.io/badge/PRs-welcome-blue.svg" alt="PRs Welcome" /> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/Licen
Downloads
3
Readme
Object Pool
Object Pool is a module that uses a set of initialized object kept ready to use, rather than allocating and destroying them on demand. Provides a generic and an instance pool.
Installation
roblox-ts
Simply install to your roblox-ts project as follows:
npm i @rbxts/object-pool