mirror of
https://github.com/gvx/bitser.git
synced 2024-11-11 01:44:21 +00:00
481c3edc53
(put binser, Ser, Smallfolk or Serpent here to compare bitser to them)
7 lines
66 B
Lua
7 lines
66 B
Lua
local t = {}
|
|
|
|
for i = 1, 2000 do
|
|
t[i] = 100
|
|
end
|
|
|
|
return t, 500, 5 |