|
|
@@ -5,13 +5,13 @@
|
|
|
WIP:
|
|
|
* get rid of storage_traits class template
|
|
|
* uses-allocator construction: any (with allocator support), cache, poly, ...
|
|
|
-* add an ENTT_NOEXCEPT with args and use it to make ie compressed_pair conditionally noexcept
|
|
|
* process scheduler: reviews, use free lists internally
|
|
|
* runtime events (emitter)
|
|
|
* iterator based try_emplace vs try_insert for perf reasons
|
|
|
* dedicated entity storage, in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
|
|
|
* entity-only and exclude-only views
|
|
|
* custom allocators all over
|
|
|
+* use ENTT_NOEXCEPT_IF as appropriate (ie make compressed_pair conditionally noexcept)
|
|
|
|
|
|
WIP:
|
|
|
* add user data to type_info
|