update roadmap

This commit is contained in:
BlackMATov
2024-12-30 04:02:15 +07:00
parent 1d6763f6b7
commit 86ba492f1b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
``` ```
TAG :: fragment TAG :: fragment
DEFAULT :: fragment DEFAULT :: fragment
CONSTRUCT :: fragment CONSTRUCT :: fragment

View File

@@ -7,3 +7,4 @@
- every chunk can hold has_on_assign/has_on_insert/has_on_remove tags - every chunk can hold has_on_assign/has_on_insert/has_on_remove tags
- optimize batch operations for cases with moving entities to empty chunks - optimize batch operations for cases with moving entities to empty chunks
- should we clear chunk's components by on_insert tag callback? - should we clear chunk's components by on_insert tag callback?
- use table.new/clear for cached tables