rust-gamedev / ecs_bench_suite

A suite of benchmarks designed to test and compare Rust ECS library performance across a variety of challenging circumstances.
78 stars 33 forks source link

Add benchmarking for SPECS #2

Closed dekuraan closed 4 years ago

dekuraan commented 4 years ago

serde/saveload benchmarking has not been added. I got radically different (compared to other ecs framworks) results for add_remove, but I think that is due to specs's VecStorage just being a Vec under the hood. Otherwise, everything looks good locally.