Explorar el Código

*: updated TODO

Michele Caini hace 2 años
padre
commit
3f4f976396
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      TODO

+ 1 - 1
TODO

@@ -17,7 +17,7 @@ TODO (high prio):
 * view with entity storage: begin/end should return filtered iterators
 * update view doc: single vs multi type views are no longer a thing actually
 * meta container: add value type to resize
-* meta: further reduce container vtable (ie move checks on key cast to the callsite)
+* meta: cbegin/cend for meta containers, avoid the branch
 * ===> TEST: review view tests after the last changes
 
 WIP: