add evolved.each function

This commit is contained in:
BlackMATov
2024-12-31 02:08:38 +07:00
parent 1f787dcd65
commit d246b86104
4 changed files with 191 additions and 11 deletions

View File

@@ -8,5 +8,4 @@
- optimize batch operations for cases with moving entities to empty chunks
- should we clear chunk's components by on_insert tag callback?
- use table.new/clear for cached tables
- add `each :: entity -> {each_state? -> fragment?, component?}, each_state?` function
- replace chunk_list/fragment_list pools to one generic table pool