lua-users home
lua-l archive

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


On Tue, Feb 23, 2010 at 12:43 PM, Torsten K. <agonizer@gmx.de> wrote:
> The same with local:

Yow, that's quite a fat difference!

But how would this do, to complete the local figures?

 time lua -e "local append=table.insert; local a={};for i=1,20000000
do append(a,i) end"

steve d.