updated TODO

This commit is contained in:
skypjack
2026-02-25 15:52:55 +01:00
parent bb6a4abd6b
commit b43bbd5e25

5
TODO
View File

@@ -34,6 +34,9 @@ TODO:
* organizer: view/storage only based model, no registry
* introduce a way to inject stl from outside too
* redesign snapshot as a whole
* stoage: trivial destructor on exit (ie shrink_to_size) and clear/pop_all
* storage: trivial destructor on exit (ie shrink_to_size) and clear/pop_all
* use the value type mixin more in the test suite to reduce the number of utility types
* explore "runtime" mode for hashed string where the source is copied internally
* swap_only/swap_and_pop/in_place_pop can (should?) accept the entity
* we can likely improve storage::pop for trivially destructible non in_place_delete types
* test trivially_destructible optimization