3mcd / harmony-ecs

A small archetypal ECS focused on compatibility and performance
https://3mcd.github.io/harmony-ecs
MIT License
41 stars 1 forks source link

Archetype graph performance improvments #3

Closed 3mcd closed 3 years ago

3mcd commented 3 years ago

Make archetype inserts a little faster (still somewhat slow/naive algorithm). Added npm run example:graph example for visual debugging and experimentation.