|
|
@@ -13,9 +13,13 @@
|
|
|
- tables
|
|
|
- enable/disable component
|
|
|
- spatial query
|
|
|
+ - runtime types pool
|
|
|
- ...
|
|
|
|
|
|
WIP:
|
|
|
+* make view pack work also with groups
|
|
|
+* add exclude-only views to combine with packs
|
|
|
+* deprecate non-owning groups in favor of owning views and view packs, introduce lazy owning views
|
|
|
* split basic_view and view_t like sfinae-friendly class
|
|
|
* HP: write documentation for custom storages and views!!
|
|
|
* view pack: plain function as an alias for operator|, reverse iterators, rbegin and rend
|
|
|
@@ -26,7 +30,5 @@ WIP:
|
|
|
* update snapshot documentation to describe alternatives
|
|
|
* page size 0 -> page less mode
|
|
|
* add example: 64 bit ids with 32 bits reserved for users' purposes
|
|
|
-* composable views and "faster views", deprecate non-owning groups
|
|
|
* add meta dynamic cast (search base for T in parent, we have the meta type already)
|
|
|
-* make meta base/conv node work with storage/any
|
|
|
-* deprecate/remove meta_base, meta_conv, ...
|
|
|
+* make meta base/conv node work with storage/any and deprecate/remove meta_base, meta_conv, ...
|