Browse Source

*: updated TODO

Michele Caini 2 năm trước cách đây
mục cha
commit
05644a742f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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: