Browse Source

-: updated TODO

Michele Caini 3 years ago
parent
commit
c1c63777e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TODO

+ 1 - 1
TODO

@@ -20,9 +20,9 @@ TODO (high prio):
 * improve sigh mixin for entity storage (split basic + entt/entt spec)
 * doc: exclude only views, storage entity, bump entities
 * deprecate/remove registry reserve, capacity, empty, data, destroyed, release and so on
-* simplify assert in registry::release, use orphan instead or refine it (they're close already)
 * prepare to turn sparse set begin/end into virtual functions
 * refine views and groups to use scoped iterators from entity storage and the like
+* use sparse_set free_list to replace entity storage length and return narrow iterators
 * test exclude-only views
 
 WIP: