Re: Whetstone and Dhrystone on Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Whetstone and Dhrystone on Lua
- From: Rob Kendrick <lua-l@...>
- Date: 2008年3月10日 16:17:52 +0000
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.