*: updated TODO

This commit is contained in:
Michele Caini
2023-11-28 08:04:28 +01:00
parent d5c162e6a0
commit c5552d85c3

5
TODO
View File

@@ -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