Răsfoiți Sursa

*: updated TODO

Michele Caini 1 an în urmă
părinte
comite
d42d324adb
1 a modificat fișierele cu 3 adăugiri și 4 ștergeri
  1. 3 4
      TODO

+ 3 - 4
TODO

@@ -26,12 +26,11 @@ TODO:
 * test: push sharing types further
 * after non-continuous generation for entity storage:
   - get/reset placeholder to position after saving/loading (avoid long lookup)
+  - allow skipping/reserving entity identifiers
   - documentation for reserved entities
 * storage entity: no emplace/insert, rename and add a fast range-push from above
-* view: review tombstone checks, no longer required with storage entity and Get 1
+* view: propagate tombostone check request to iterator
 * review the short-circuit model now that all storage are freely available
 * more test around views and storage entity - ie view ::back
-* compilation flag to disable sigh mixin by default and only have plain storage types for all components
 * empty type optimization for tables (when they are in-place, no rush)
-* natvis for table class and all related types
-* single type view operator->
+* table: move to container, write natvis view, add pop back to support swap and pop