aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2017-02-21 13:35:03 +1100
committerGitHub <noreply@github.com>2017-02-21 13:35:03 +1100
commitde3fd13d72d82b507469a3ed8798d483df6bc5d1 (patch)
treec3cd24ef2450469ecd977a6a8cf361f7077564d1
parent87ca0003248bdf5a5b8e8e8f957e0ff3efbf5aae (diff)
Link to Gitter and benchmarks by @abeimler
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f1e148..0c5e721 100644
--- a/README.md
+++ b/README.md
@@ -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.