[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How fast is LuaJIT supposed to be?
- From: Michal Kolodziejczyk <miko@...>
- Date: Fri, 21 Jan 2011 22:20:48 +0100
On 21.01.2011 20:08, Steve Litt wrote:
> You know what I might try someday? Make a C module to store each number in a
> bit instead of a byte.
Be careful here, this actually may be slower than pure lua version,
because there is a cost of crossing Lua/C boundary. Been there...
I would go with pure lua on luajit2 if you want performance.
Regards,
miko