Forráskód Böngészése

readme: updated benchmarks

Michele Caini 8 éve
szülő
commit
c54cedf14b
2 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 1
      README.md
  2. 0 3
      TODO

+ 1 - 1
README.md

@@ -204,7 +204,7 @@ Dell XPS 13 out of the mid 2014):
 | Benchmark | EntityX (compile-time) | EnTT |
 |-----------|-------------|-------------|
 | Create 1M entities | 0.0147s | **0.0046s** |
-| Destroy 1M entities | 0.0053s | **0.0048s** |
+| Destroy 1M entities | 0.0053s | **0.0049s** |
 | Standard view, 1M entities, one component | 0.0012s | **1.9e-07s** |
 | Standard view, 1M entities, two components | 0.0012s | **3.8e-07s** |
 | Standard view, 1M entities, two components<br/>Half of the entities have all the components | 0.0009s | **3.8e-07s** |

+ 0 - 3
TODO

@@ -8,8 +8,5 @@
 * does it worth it to add an optional functor to the member functions of snapshot so as to filter out instances and entities?
 * ease the assignment of tags as string (use a template class with a non-type template parameter behind the scene)
 * dictionary based dependency class (templates copied over) + prefabs (shared state/copy-on-write)
-* update benchmarks, destroy is probably slower now because of signals on components/tags
 * "singleton mode" for tags (see #66)
-* introduce a fast destroy that doesn't check for components or tags (it does it only in debug) and discards the entity immediately (use it with snapshot orphans)
-* http://ics.upjs.sk/~krajci/skola/ine/SVK/pdf/Majerech.pdf
 * AOB