-: updated TODO

This commit is contained in:
Michele Caini
2023-01-11 09:55:57 +01:00
parent 3fd0403cc9
commit c774b98389

1
TODO
View File

@@ -18,6 +18,7 @@ TODO (high prio):
* 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
* maybe avoid clearing pages during a clear_all (for backward compatibility)?
* review using std::swap usage, there are some mistakes here and there
WIP:
* get rid of observers, storage based views made them pointless - document alternatives