object-manager-ts
v1.0.1
Published
A fast object storage data structure. This package combines the lookup speed of an array, and the delete / insert speeds of map's to create a powerful structure that can be used by application with fast creation and deletion of objects. Examle use case's
Downloads
10
Readme
A fast object storage data structure. This package combines the lookup speed of an array, and the delete / insert speeds of map's to create a powerful structure that can be used by application with fast creation and deletion of objects. Examle use case's mainly include game's