[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ngx_openresty stable version 1.4.3.4 released
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 13 Nov 2013 16:33:32 +0200
On Wed, Nov 13, 2013 at 4:03 PM, Andrew Starks <andrew.starks@trms.com> wrote:
> wondering what enhancements FFI brings to the project? That is: Does
> FFI make the project faster, more stable, more capable?
I'm no expert on the project, but LuaJIT FFI is _way_ faster than Lua
C bindings, practically as fast as they would be called from C. In
fact, the LuaJIT universe advises against explicit C bindings if
performance is desired.