Will it affect query efficiency of the system when there are too many entities? #1630
Unanswered
codeshunter
asked this question in
Q&A
Replies: 1 comment
-
This should be relatively efficient due to archetype storage: entities that aren't related to your query won't be stored in the same place. Like most performance questions though, the proof is in the benchmark :) Try it out, and report back? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i spawned one million entities with different tags will it affect query (&Name With) efficiency ? How many times will it cost?
Beta Was this translation helpful? Give feedback.
All reactions