lua-users home
lua-l archive

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


On Mon, 2008-03-10 at 15:56 +0100, Mister White wrote:
> Hi everybody I tried using LuaJit and Lua's performance increase but
> using the same option(Jit enabled or disabled at both languages) still
> Java execution time is better. About memory usage Lua is better than
> Java in both algorithms!

Now measure the actual memory usage of the process, rather than just the
size of the allocated objects inside the problem.  ie, include the size
of the interpreter and its overhead.

B.