Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
121 stars 20 forks source link

Archetype deletion #56

Closed Ukendio closed 1 week ago

Ukendio commented 2 months ago

Jecs needs to automatically delete archetypes whose dependent IDs have been deallocated. This will be necessary for defragmenting archetypes to reduce the cache size of each query and inhibit redundant to empty archetypes.