Closed
Description
ElliotB256/bevy_bench#2 reveals that while Bevy can be quite competitive with the performance of other Rust ECS backends it's parallel iteration performance is quite poor.
This is likely to be particularly true with unpredictable workloads.
Once we have a good benchmark suite for this we can work on improving the performance in other issues.