mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Implement delays for indexes() and values()
This commit is contained in:
parent
5262ef711c
commit
4b4db9602e
5 changed files with 332 additions and 188 deletions
|
|
@ -27,7 +27,7 @@ local function ROOT_BENCH(name: string, fn: () -> ())
|
|||
end)()
|
||||
end
|
||||
|
||||
local N = 2^18 -- 262144
|
||||
local N = 2^20
|
||||
|
||||
TITLE "sources"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue