-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement for par_iter and par_iter_mut on Query #2088
Conversation
Shouldn't that variant be called |
082ff31
to
a2fa5cb
Compare
Alright, I rewrote the whole thing, and now it exposes par_iter methods on queries which let you use the parallel iterator interface in bevy_tasks. |
I find myself in need of this PR. I have many places where I am filtering, and collecting based on query-data, and I wish to make these parallel executed. |
What is the status of this MR ? |
I'll fix it up eventually, though probably not that soon, given it's likely to break again. |
@TheRawMeatball, are you interested in cleaning up the PR description and rebasing? Or should this wait on future work. Totally fine if it's not a priority, but I'll add a |
I think this PR could be very valuable, it can avoid using |
|
No description provided.