lua-users home
lua-l archive

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


On Apr 14, 2011, at 6:03 PM, Geoff Leyland wrote:

> Fair enough.  I can't even argue it's a typical workload because I don't often trace rays.  It's also a bit odd because I deliberately avoided creating tables if I could.

Presumably what one really wants for comparing Lua implementations is something typical of your intended Lua usage. So, I would probably go for code that makes tables and closures fairly often unless you want to program in a mode that's paranoid about doing those sort of things.

Mark