Browse Source

-: updated TODO

Michele Caini 3 years ago
parent
commit
c774b98389
1 changed files with 1 additions and 0 deletions
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -18,6 +18,7 @@ TODO (high prio):
 * can pass is_packed to clear_all to further optimize it in the derived classes
 * can pass is_packed to clear_all to further optimize it in the derived classes
 * can add and hide-override pop_back to further optimize clearing a sparse set
 * can add and hide-override pop_back to further optimize clearing a sparse set
 * maybe avoid clearing pages during a clear_all (for backward compatibility)?
 * maybe avoid clearing pages during a clear_all (for backward compatibility)?
+* review using std::swap usage, there are some mistakes here and there
 
 
 WIP:
 WIP:
 * get rid of observers, storage based views made them pointless - document alternatives
 * get rid of observers, storage based views made them pointless - document alternatives