[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: native code for bitwise operators in LUA
- From: Duncan Cross <duncan.cross@...>
- Date: Wed, 2 Nov 2011 21:40:33 +0000
On Wed, Nov 2, 2011 at 8:59 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> If you find yourself writing bit-intensive programs in Lua, perhaps
> a dedicated C function is recommended.
I disagree - I believe the recommended first-instinct now should be to
use LuaJIT if you want to do intensive stuff in Lua. It's not always
possible, but then custom C isn't always possible either.
-Duncan