소스 검색

*: updated TODO

Michele Caini 3 년 전
부모
커밋
05644a742f
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      TODO

+ 4 - 1
TODO

@@ -17,8 +17,11 @@ TODO (high prio):
 * update view doc: single vs multi type views are no longer a thing actually
 * meta container: add value type to resize
 * further improve meta resolve function by id
-* make swap_only a proper sparse set policy
 * drop specialization for single type views with exclusion list
+* drop in_use with argument, use free_list(N) instead
+* refine/improve emplace(N) with generation of missing elements
+* fully test sparse set with swap only policy and write more tests for entity storage
+* drop sparse set swap_only_length_temporary_function :)
 * ===> TEST: review view tests after the last changes
 
 WIP: