local now = os.clock() local cachycache = {} for i=1,1000 do cachycache[i] = math.random(1,2000000) end print(os.clock() - now)