updated todo list

This commit is contained in:
Michele Caini
2020-08-16 11:25:28 +02:00
parent c86790c6b8
commit 08cd8c95f7

21
TODO
View File

@@ -9,15 +9,16 @@
* update documentation for meta, it contains less than half of the actual feature
WIP:
* pagination doesn't work nicely across boundaries probably, give it a look. RO operations are fine, adding components maybe not.
* make it easier to hook into the type system and describe how to do that to eg auto-generate meta types on first use
* add observer functions aside observer class
- introduce the component iterators for non-contiguous collections of entities (multi component views, observers, user defined collections)
- snapshot: support for range-based archives
- update snapshot documentation to describe alternatives
- custom pools.
- the Perfect Model.
- page size 0 -> page less mode
- add ::reach and rev iterators to proxy objects for faster and unsafe iterations
- add example: 64 bit ids with 32 bits reserved for users' purposes
- composable views and "faster views", deprecate non-owning groups
- offset instead of pages in the sparse set? top level mask for sparse sets?
* introduce the component iterators for non-contiguous collections of entities (multi component views, observers, user defined collections)
* snapshot: support for range-based archives
* update snapshot documentation to describe alternatives
* custom pools.
* the Perfect Model.
* page size 0 -> page less mode
* add ::reach and rev iterators to proxy objects for faster and unsafe iterations
* add example: 64 bit ids with 32 bits reserved for users' purposes
* composable views and "faster views", deprecate non-owning groups
* offset instead of pages in the sparse set? top level mask for sparse sets?