bevy/crates/bevy_ecs/src
bjorn3 6719c2c390 Extract monomorphic get_insert_bundle_info function (#1910)
This shrinks breakout from 316k to 310k when using `--feature dynamic`.

I haven't run the ecs benchmark to test performance as my laptop is too noisy for reliable benchmarking.
2021-04-22 19:34:34 +00:00
..
component Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
entity Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
query Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
schedule Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
storage Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
system Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
world Extract monomorphic get_insert_bundle_info function (#1910) 2021-04-22 19:34:34 +00:00
archetype.rs Fix sparse insert (#1748) 2021-03-25 05:56:00 +00:00
bundle.rs Doctest improvments (#1937) 2021-04-16 19:13:08 +00:00
event.rs Improve bevy_ecs query docs (#1935) 2021-04-22 19:09:09 +00:00
lib.rs Separate Query filter access from fetch access during initial evaluation (#1977) 2021-04-22 02:16:09 +00:00
reflect.rs Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00