-
Dominion aims to have a clean and minimal API surface and all the features already implemented are documented, tested, and with benchmarks. A simple example code has been provided in a dedicated module.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
entity-system-benchmarks
microbenchmarks comparing ECS (entity component system) frameworks for java
I don't have a direct comparison, but the ODB performance stated here shows that it should be able to iterate around 40-50 million entities per second.
-
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
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Dominion ECS - the Release Candidate is out
-
Dominion VS Artemis, the missing benchmarks (link in the comments)
-
Dominion official Early Access, the Java17 Entity Component System now available as a snapshot from the Maven Central repository
-
Dominion ECS Examples, a roguelike example with a lighting system distributed over multiple threads using the new Scheduler with fork-and-join functionality
-
Dominion ECS Examples, a roguelike example with a lighting system distributed over multiple threads using the new Scheduler with fork-and-join functionality (link in the first comment)