lua-users home
lua-l archive

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


On Thu, Jun 21, 2012 at 10:36 AM, Michal Kottman <k0mpjut0r@gmail.com> wrote:
> Note that LuaJIT is able to optimize both cases, so there is no
> noticeable difference between the two approaches:

I should know better to make assertions about performance when LuaJIT
is available ;)

> $ luajit pokus.lua
> Standard        0.004261
> Modified        0.004928

Although you need to push the numbers of your test up to get something
meaningful here.

steve d.