You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not currently possible (or attractive rather) to remove this, since iterateEntities which is part of the outward-facing API relies on this to be performant.
It could still be removed, but at great cost with the current implementation. If we decide to make entity-creation lazy (ie. not ahead of time) we could reconsider this.
This has been removed (in a working branch, will be merged to dev and master in the near future).
This does come at a cost though, since events will now iterate all entities. This will (probably) be mitigated in the future with a per-event entity cache like the per-system cache which was recently added. (#78)
When the per-system cache is implemented, this will be obsolete and should be removed.
The text was updated successfully, but these errors were encountered: