*: updated TODO

This commit is contained in:
Michele Caini
2023-11-22 10:15:47 +01:00
parent e3475c026c
commit 60e8763fe8

7
TODO
View File

@@ -8,7 +8,7 @@ DOC:
* update entity doc when the storage based model is in place
* in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
TODO (high prio):
TODO:
* check natvis files (periodically :)
* resource cache: avoid using shared ptr with loader and the others
* further optimize exclusion lists in multi type views (no existence check)
@@ -16,14 +16,11 @@ TODO (high prio):
* 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
* static-less throwing_allocator
* share test classes as much as possible
* ===> TEST: view (scoped begin) tests after the last changes
WIP:
* 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
* allocator-aware process scheduler