bevy/crates/bevy_ecs/src/schedule
shuo d46427b4e4 for disconnected, use Vec instead of HashSet to reduce insert overhead (#7744)
# Objective

- Improve `Schedule::initialize` performance

## Solution

- replace `disconnected`'s type from HashSet to Vec in `check_graph`
2023-02-19 16:35:39 +00:00
..
executor Default to using ExecutorKind::SingleThreaded on wasm32 (#7717) 2023-02-17 00:22:56 +00:00
condition.rs Fix trait bounds for run conditions (#7688) 2023-02-16 16:45:48 +00:00
config.rs Add distributive_run_if to IntoSystemConfigs (#7724) 2023-02-18 21:33:09 +00:00
graph_utils.rs for disconnected, use Vec instead of HashSet to reduce insert overhead (#7744) 2023-02-19 16:35:39 +00:00
mod.rs Add distributive_run_if to IntoSystemConfigs (#7724) 2023-02-18 21:33:09 +00:00
schedule.rs for disconnected, use Vec instead of HashSet to reduce insert overhead (#7744) 2023-02-19 16:35:39 +00:00
set.rs change is_system_type() -> bool to system_type() -> Option<TypeId> (#7715) 2023-02-16 22:25:48 +00:00
state.rs Rename state_equals condition to in_state (#7677) 2023-02-14 21:30:14 +00:00