lua-users home
lua-l archive

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


Doing a gc after loading "show.lua" brings down the time to a few seconds:

collectgarbage() dofile("default.lua") os.exit()

  Enrico