Skip to content
Discussion options

You must be logged in to vote

As you have linked from the Query documentation, creating the Query should not have the performance cost associated with running it.
However, there is still a way that these queries may hurt performance just by their declaration: when using the multi-thread executor (default), these queries may prevent other systems querying some of the same Components from running in parallel with your system using this SystemParam (depending on the declared Components mutability). So if you rely highly on systems parallelism, this might something to be aware of.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MuongKimhong
Comment options

Answer selected by alice-i-cecile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants