What's Changed
- fix: prevent RemoveEntity panic when removing entities carrying tags by @ragoune in #28
- fix: treat removed/recycled entities as non-existent and fix Count() by @ragoune in #29
- perf: avoid boxing components into an interface when adding to storage by @ragoune in #30
- perf: cache archetype transitions to avoid the per-operation linear scan by @ragoune in #31
- perf: store components in archetype-indexed slices instead of maps by @ragoune in #32
- perf: cache the matching archetypes per query by @ragoune in #33
Full Changelog: v1.8.0...v1.9.0