Join Nostr
2025-08-09 18:43:28 UTC
in reply to

Nikita Lisitsa on Nostr: nprofile1q…0t3wn I don't really see the difference? Anyway, ECS is the problem. If ...

I don't really see the difference? Anyway, ECS is the problem. If I only want to iterate entities in some "active area", I need to iterate all of them and check if they're in this area. If ECS had explicit knowledge about the partitioning, I could iterate only the required entities directly.

I can of course dynamically add special "active/inactive" tags to entities and use these tags, but it's kinda ugly?