precached hook functions for chunk operations

This commit is contained in:
BlackMATov
2025-01-27 13:51:27 +07:00
parent 0b81412ff1
commit 4526edd5c0
2 changed files with 454 additions and 200 deletions

View File

@@ -2,12 +2,14 @@
## Backlog
- add auto chunk count reducing
- optimize batch operations for cases with moving entities to empty chunks
- should we clear chunk's components by on_insert tag callback?
- clear chunk's tables instead reallocating them
- add REQUIRES fragment trait
- try to keep entity_chunks/places tables as arrays
- set/assign/insert/remove/destroy for lists?
- when we call hooks from chunk operations, we should use precached hook functions
- we shouldn't clear big reusable tables
## After first release
- auto chunk count reducing
- add REQUIRES fragment trait
- set/assign/insert/remove/clear/destroy for lists

File diff suppressed because it is too large Load Diff