[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: "Yichun Zhang (agentzh)" <agentzh@...>
- Date: Wed, 13 Nov 2013 11:32:34 -0800
Hello!
On Wed, Nov 13, 2013 at 6:03 AM, Andrew Starks wrote:
> The advantages brought by the JIT are easy to understand. I'm
> wondering what enhancements FFI brings to the project? That is: Does
> FFI make the project faster, more stable, more capable?
>
FFI makes the implementation much cleaner (and even beautiful) and
also makes both the implementation itself and the user code calling it
much much faster when being truly JIT compiled by LuaJIT.
Best regards,
-agentzh