diff options
author | Alec Thomas <alec@swapoff.org> | 2017-02-21 13:35:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 13:35:03 +1100 |
commit | de3fd13d72d82b507469a3ed8798d483df6bc5d1 (patch) | |
tree | c3cd24ef2450469ecd977a6a8cf361f7077564d1 | |
parent | 87ca0003248bdf5a5b8e8e8f957e0ff3efbf5aae (diff) |
Link to Gitter and benchmarks by @abeimler
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,10 +22,14 @@ See [below](#installation) for installation instructions. ## Contact -EntityX now has a mailing list! Send a mail to [entityx@librelist.com](mailto:entityx@librelist.com) to subscribe. Instructions will follow. +Feel free to jump on my [Gitter channel](https://gitter.im/alecthomas/Lobby) if you have any questions/comments. This is a single channel for all of my projects, so please mention you're asking about EntityX to avoid (my) confusion. You can also contact me directly via [email](mailto:alec@swapoff.org) or [Twitter](https://twitter.com/alecthomas). +## Benchmarks / Comparisons + +EntityX includes its own benchmarks, but @abeimler has created [a benchmark suite](https://github.com/abeimler/ecs_benchmark/blob/master/doc/BenchmarkResultDetails2.md) testing up to 2M entities in EntityX, the EntityX compile-time branch, Anax, and Artemis C++. + ## Recent Notable Changes - 2014-03-02 - (1.0.0alpha1) Switch to using cache friendly component storage (big breaking change). Also eradicated use of `std::shared_ptr` for components. |