iacobson / ecspanse

Entity Component System (ECS) library for Elixir, offering a suite of features including: flexible queries with multiple filters, dynamic bidirectional relationships, versatile tagging capabilities, system event subscriptions, or asynchronous system execution.
https://hexdocs.pm/ecspanse
Apache License 2.0
59 stars 7 forks source link

Tags optimizations #3

Closed iacobson closed 1 year ago

iacobson commented 1 year ago

Looking for tags has a significant impact on the FPS. TODO:

UNRELATED: