Open Abastro opened 2 years ago
What do you mean, do you mean you don't see the graph or that the graph needs more explanation?
Oh wait, I realized the caption below now.. Sorry for bothering you. The result is unbelievably good! Could you show the test cases and criterias for the benchmark? Giving more information about the chart would be great. I had hard time spotting what the chart means.
Is the code for the Rust benchmark programs available somewhere? I'd be interested in porting the benchmark to https://bevyengine.org/ to see that comparison as well.
I used https://github.com/lschmierer/ecs_bench at the time. If you know of/find something more recent I'd be interested.
It seems that https://github.com/rust-gamedev/ecs_bench_suite is the most recent thing, though it has been abandoned and archived since then. It does have a benchmark for Bevy 0.5, which could be a starting point, and here's a fork that seems to have Bevy 0.9 https://github.com/recatek/ecs_bench_suite I hadn't tried to run any of these though, were just looking around.
Hello, I ran into this library after browsing random projects. I noticed this part:
However, I cannot find the benchmark results compared to an actual Rust ECS library. Where is it? Without it, I (and likely many others) cannot help doubting the "competitive performance" part.