lua-users home
lua-l archive

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


On Wed, Nov 13, 2013 at 8:33 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
>  In
> fact, the LuaJIT universe advises against explicit C bindings if
> performance is desired.

Ahh. Thanks. I had understood it to be the opposite. Something like,
crossing boundaries from lua into C was slower with FFI. But, that's
why I asked! :)