tagged table pools, table.new/clear to speed them up

This commit is contained in:
BlackMATov
2025-01-02 02:14:46 +07:00
parent 82d522704d
commit ef0d86b0ce
4 changed files with 173 additions and 68 deletions

View File

@@ -69,7 +69,7 @@ batch_clear :: query -> integer, boolean
batch_destroy :: query -> integer, boolean
chunk :: fragment... -> chunk?, entity[]?
select :: chunk, fragment... -> component[]?...
select :: chunk, fragment... -> component[]...
each :: entity -> {each_state? -> fragment?, component?}, each_state?
execute :: query -> {execute_state? -> chunk?, entity[]?}, execute_state?