Browse Source

-: updated TODO

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

+ 0 - 1
TODO

@@ -16,7 +16,6 @@ TODO (high prio):
 * remove the static storage from the const assure in the registry
 * remove the static storage from the const assure in the registry
 * use sparse set iterator ::data to optimize range functionalities in the mixins and the registry (exploit the zero-check model)
 * use sparse set iterator ::data to optimize range functionalities in the mixins and the registry (exploit the zero-check model)
 * 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
-* 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