bevy/crates/bevy_ecs/src/query
re0312 739007f148
Opportunistically use dense iter for archetypal iteration in Par_iter (#14673)
# 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
2024-09-03 23:41:10 +00:00
..
access.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
builder.rs Bump crate-ci/typos from 1.24.1 to 1.24.3 (#15024) 2024-09-03 00:57:41 +00:00
error.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
fetch.rs Add query reborrowing (#14690) 2024-08-15 17:38:56 +00:00
filter.rs Add query reborrowing (#14690) 2024-08-15 17:38:56 +00:00
iter.rs Opportunistically use dense iter for archetypal iteration in Par_iter (#14673) 2024-09-03 23:41:10 +00:00
mod.rs inline iter_combinations (#14680) 2024-08-09 17:44:37 +00:00
par_iter.rs Fix query transmute from table to archetype iteration unsoundness (#14615) 2024-08-27 00:58:40 +00:00
state.rs Opportunistically use dense iter for archetypal iteration in Par_iter (#14673) 2024-09-03 23:41:10 +00:00
world_query.rs Add query reborrowing (#14690) 2024-08-15 17:38:56 +00:00