vittorioromeo / ecst

[WIP] Experimental C++14 multithreaded compile-time entity-component-system library.
http://vittorioromeo.info
Other
472 stars 44 forks source link

Benchmark against `ecs_bench` #20

Open vittorioromeo opened 7 years ago

vittorioromeo commented 7 years ago

ecs_bench is a repository benchmarking multiple Rust ECS implementations. It would be cool to benchmark ecst using the same techniques/examples and compare its performance to the Rust ECSs.

kvark commented 7 years ago

Related - https://github.com/lschmierer/ecs_bench/issues/8