]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Link to Gitter and benchmarks by @abeimler
authorAlec Thomas <alec@swapoff.org>
Tue, 21 Feb 2017 02:35:03 +0000 (13:35 +1100)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 02:35:03 +0000 (13:35 +1100)
README.md

index 4f1e148f629da9e0a69b56127ef1a4bba491582d..0c5e7217d28ffcaf5506951b30f48f1d1269e443 100644 (file)
--- 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.