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 Use single threaded executor for archetype benches (#9835) 2023-09-18 16:06:42 +00:00
events fix deprecation warning in bench (#9823) 2023-09-16 09:27:13 +00:00
iteration Cluster small table/archetype into single Task in parallel iteration (#12846) 2024-04-04 07:09:26 +00:00
scheduling Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
world Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
benches.rs Basic event benchmarks (#8251) 2023-03-31 07:12:18 +00:00
change_detection.rs Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
empty_archetypes.rs Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00