openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
728 stars 198 forks source link

optimize: now we make use of the new lua_getexdata2 and lua_setexdata… #319

Closed zhuizhuhaomeng closed 1 year ago

zhuizhuhaomeng commented 1 year ago

…2 to attach coctx to the Lua thread objects directly which save the lookup overhead which can become the bottleneck when there are many Lua light threads around in a single request handler.