Tagged with "luajit"

Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup
Dec 9, 2020 14 min Posted by Yichun Zhang
This tutorial demonstrates how to pre-compile Lua modules into LuaJIT bytecode. This can help reduce the startup time of ... Read More »

How OpenResty and Nginx Allocate and Manage Memory
Jan 21, 2020 18 min Posted by Yichun Zhang
On The System Level On The Application Level For Traditional Nginx Servers... Read More »

The LuaJIT GC64 Mode
Jan 7, 2019 32 min Posted by Yichun Zhang
OpenResty® uses LuaJIT for its main computing engine, and users mainly use the Lua programming language to write applicati... Read More »