bevy/benches/benches/bevy_ecs
re0312 4ca8cf5d66
Cluster small table/archetype into single Task in parallel iteration (#12846)
# Objective

- Fix #7303
- bevy would spawn a lot of tasks in parallel iteration when it matchs a
large storage and many small storage ,it significantly increase the
overhead of schedule.

## Solution

- collect small storage into one task
2024-04-04 07:09:26 +00:00
..
components
events
iteration
scheduling
world
benches.rs
change_detection.rs
empty_archetypes.rs