浏览代码

*: updated TODO

Michele Caini 3 年之前
父节点
当前提交
3f4f976396
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: