lua-users home
lua-l archive

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


Hallo,

On 3/13/06, Mike Pall <mikelu-0603@mike.de> wrote:
> Hi,
>
> LuaJIT is a Just-In-Time (JIT) Compiler for Lua 5.1.
> LuaJIT is light-weight, efficient and extensible.
>

     Thank you very much for LuaJIT. Some benchmarks: using plain Lua
I can achieve 122 FPS visualising a 512x512 CLOD terrain. Using LuaJIT
I can achieve 256 FPS with the same terrain.
     Visualising a 3200x3200 terrain runs at 31 FPS with plain Lua and
at 35 FPS with LuaJIT. But with large terrains the CLOD algorithm
dominates, which is entirely in C.

--
-alex
http://www.ventonegro.org/