Browse Source

updated TODO

Michele Caini 6 years ago
parent
commit
6568fa23f8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      TODO

+ 3 - 2
TODO

@@ -17,8 +17,8 @@
 * built-in support for dual (or N-) buffering
 * allow for custom stomp functions
 * deprecate/replace snapshot
-
-TODO
+* experiment with hi-bitset for views
+* pointer payload optimization for delegates
 * custom (decoupled) pools ==> double buffering, shared components, multi-model
 * make meta work across boundaries
   - inline variables are fine here, only the head represents a problem
@@ -31,5 +31,6 @@ TODO
   - allow for key/value variables where the key is an ENTT_ID_TYPE
   - improves multi-stomp
 * multi component registry::remove and some others?
+  - auto foo(It first, It last = entity_type{null})
 * range based registry::remove and some others?
 * nested groups: AB/ABC/ABCD/... (hints: sort, check functions)