TODO 1.1 KB

123456789101112131415161718192021
  1. EXAMPLES
  2. * filter on runtime values/variables (not only types)
  3. * support to polymorphic types (see #859)
  4. DOC:
  5. * custom storage/view
  6. * update entity doc when the storage based model is in place
  7. * in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
  8. * view: single vs multi type views are no longer a thing actually
  9. * bump entities, reserved bits on identifiers
  10. TODO:
  11. * resource cache: avoid using shared ptr with loader and the others
  12. * further optimize exclusion lists in multi type views (no existence check)
  13. * further improve meta resolve function by id (bimap)
  14. * get rid of observers, storage based views made them pointless - document alternatives
  15. * deprecate non-owning groups in favor of owning views and view packs, introduce lazy owning views
  16. * bring nested groups back in place (see bd34e7f)
  17. * work stealing job system (see #100) + mt scheduler based on const awareness for types
  18. * view: reduce inst due to/improve perf with index-based approach in dispatch_get, pick_and_each and each (single type too)
  19. * combine version-mask-vs-version-bits tricks with reserved bits to allow things like enabling/disabling