[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How fast is LuaJIT supposed to be?
- From: Miles Bader <miles@...>
- Date: Sat, 22 Jan 2011 09:53:49 +0900
Steve Litt <slitt@troubleshooters.com> writes:
> Is table lookup really more expensive than passing in as an arg and passing
> back as a return? Ugh!
Passing in an arg / returning a value are almost free (given that you're
already paying the cost of the call), whereas table lookup requires some
computation...
-Miles
--
Absurdity, n. A statement or belief manifestly inconsistent with one's own
opinion.