lua-users home
lua-l archive

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


I've just been zipping around my code making use of
Lua 5.1's .../select() optimization.  It's worked out
pretty well in practical usage.  One of my non-contrived
app scripts actually runs 20% faster just from the reduced
overhead in my vararg generic object constructor.

Regards,
--Adam