Implement batched updates

No docs yet, more testing needed.
This commit is contained in:
Aaron Smith 2023-10-27 16:47:49 +01:00
parent 7d82fe353e
commit ec998ccbc8
6 changed files with 123 additions and 10 deletions

View file

@ -4,4 +4,4 @@ end
local is_O2 = inline_test() ~= "inline_test"
return { strict = not is_O2 }
return { strict = not is_O2, batch = false }