[Multithread] Implement the NOT discriminant. #232
AndreaCatania
started this conversation in
Ideas & Proposals
Replies: 1 comment
-
Moving the proposal to discussions to keep the issue just for things to fix. |
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
-
Implement the NOT discriminant that will allow two systems to run in parallel even if they fetch the same components:
Even if
system_1
andsystem_2
are fetchingComp1
, theNot
filter prevent the query to collide, so both can run in parallel.Beta Was this translation helpful? Give feedback.
All reactions