lua-users home
lua-l archive

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


On Fri, Jul 10, 2015 at 10:07 AM, Tom N Harris <whoopdedo@whoopdedo.org> wrote:
> FFI isn't just an extra dependency for you to carry, it's also very, very slow
> unless you're using LuaJIT.

And if you ARE using LuaJIT, the bindings drag down the performance of
the whole routine.

When it comes to optimization, it's often best to not consider the two
platforms as equal.

/s/ Adam