« Return to Thread: ANN: LuaJIT 1.1.0

Re: ANN: LuaJIT 1.1.0

by Alex Queiroz-2 :: Rate this Message:

Reply to Author | View in Thread

Hallo,

On 3/13/06, Mike Pall <mikelu-0603@...> 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/

 « Return to Thread: ANN: LuaJIT 1.1.0