mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
739007f148
# Objective - follow of #14049 ,we could use it on our Parallel Iterator,this pr also unified the used function in both regular iter and parallel iterations. ## Performance ![image](https://github.com/user-attachments/assets/cba700bc-169c-4b58-b504-823bdca8ec05) no performance regression for regular itertaion 3.5X faster in hybrid parallel iteraion,this number is far greater than the benefits obtained in regular iteration(~1.81) because mutable iterations on continuous memory can effectively reduce the cost of mataining core cache coherence |
||
---|---|---|
.. | ||
bevy_ecs | ||
bevy_math | ||
bevy_reflect | ||
bevy_render | ||
bevy_tasks |