ecs_benchmark
Flecs benchmarks (by SanderMertens)
dominion-ecs-java-benchmark
Benchmark for dominion-ecs-java library (by dominion-dev)
ecs_benchmark | dominion-ecs-java-benchmark | |
---|---|---|
3 | 2 | |
33 | 1 | |
- | - | |
5.0 | 8.7 | |
7 months ago | about 3 years ago | |
C | Java | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ecs_benchmark
Posts with mentions or reviews of ecs_benchmark.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-02.
-
Dominion official Preview. A Java Entity Component System (ECS) with outstanding performance
So far, I've used this as a direct comparison: it's Flecs (I think it needs no introduction), and it's implemented in C
-
Dominion, a high-performance, high-concurrency ECS implementation for Java
As a benchmark, I am currently using Flecs, Legion and others like EnTT and all benchmarks are allocating data sequentially to get cache locality ... How could I not do the same? 😉
-
Dominion ECS, a high-performance implementation with Java 17 (and record classes) vs C / C++
Yes, I've already taken a look at those benchmarks, and I'd say it looks like the Retinazer's overall performance is better than Artemis. At this moment, I'm comparing my performance progress against Flecs or other system language ECS like EnTT, which are considered the benchmark.
dominion-ecs-java-benchmark
Posts with mentions or reviews of dominion-ecs-java-benchmark.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-09.
-
Dominion, the first Entity methods
Check out the benchmark page with the updates.
-
Dominion ECS, a high-performance implementation with Java 17 (and record classes) vs C / C++
By the way, just to choose entity iteration as a raw comparison, I can see around 40-50 million entities per second in Artemis. In Dominion we talk about 200M ..
What are some alternatives?
When comparing ecs_benchmark and dominion-ecs-java-benchmark you can also consider the following projects:
ecs_benchmark - Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)
artemis-odb - A continuation of the popular Artemis ECS framework
dominion-ecs-java - Insanely fast ECS (Entity Component System) for Java
gocypher-cybench-junit - Performance Benchmarking for JUnit tests