lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi!

This program runs very fast:

local t = {}
-- t.slow = true
for j = 1, 1e6 do t[j], t[-j] = 0, nil end

But if you uncomment the line with the "slow" option...