lua-resty-mlcache icon indicating copy to clipboard operation
lua-resty-mlcache copied to clipboard

use string.buffer in OpenResty 1.21.4.1 to speed up

Open chronolaw opened this issue 3 years ago • 0 comments

In OpenResty 1.12.4.1 there is a new api string.buffer, which is like cjson but more efficient.

I think we can use string.buffer to replace cjson to optimize performance.

chronolaw avatar Aug 10 '22 06:08 chronolaw