Implement delays for indexes() and values()

This commit is contained in:
centauri 2025-08-31 20:37:46 +01:00
parent 5262ef711c
commit 4b4db9602e
5 changed files with 332 additions and 188 deletions

View file

@ -27,7 +27,7 @@ local function ROOT_BENCH(name: string, fn: () -> ())
end)()
end
local N = 2^18 -- 262144
local N = 2^20
TITLE "sources"