bitser/cases/bigtable.lua
Robin Wellner 481c3edc53 add first version, including benchmarks
(put binser, Ser, Smallfolk or Serpent here to compare bitser to them)
2016-02-14 03:52:58 +01:00

7 lines
66 B
Lua

local t = {}
for i = 1, 2000 do
t[i] = 100
end
return t, 500, 5