Michele Caini 2 anni fa
parent
commit
c5552d85c3
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      TODO

+ 2 - 3
TODO

@@ -15,12 +15,11 @@ TODO:
 * doc: bump entities
 * update view doc: single vs multi type views are no longer a thing actually
 * further improve meta resolve function by id (bimap)
-* use fixed_size_sequence_container_v to skip calls in meta.hpp, make funcs ret type void
 * share test classes as much as possible
-* ===> TEST: view (scoped begin) tests after the last changes
-* view: index based check in each to reuse with dispatch_get for higher perf
 * get rid of observers, storage based views made them pointless - document alternatives
 * exploit the tombstone mechanism to allow enabling/disabling entities (see bump, compact and clear for further details)
 * deprecate non-owning groups in favor of owning views and view packs, introduce lazy owning views
 * bring nested groups back in place (see bd34e7f)
 * work stealing job system (see #100) + mt scheduler based on const awareness for types
+* view: fixed check set to also reuse in each
+* view: reduce inst due to/improve perf with index-based approach in dispatch_get, pick_and_each and each