Implement for par_iter and par_iter_mut on Query#2088
Implement for par_iter and par_iter_mut on Query#2088TheRawMeatball wants to merge 4 commits intobevyengine:mainfrom
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.