Re: Small but representative self-contained Lua benchmark?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Small but representative self-contained Lua benchmark?
- From: Mark Hamburg <mark@...>
- Date: 2011年4月15日 14:59:48 -0700
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