lua-users home
lua-l archive

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


On Mon, Feb 14, 2011 at 18:10, Francesco Abbate <francesco.bbt@gmail.com> wrote:
> Here the timing:
> rk4-unroll.lua with LuaJIT2: 0m0.240s
> C code with -O2 with GSL library: 0m0.638s
>

Wow! This is impressive. BTW, is it possible to make the test case run
longer, let say, 5 seconds for Lua.
CPU throttling causes large timing variability of very short processes.

--Leo--