lua-resty-mlcache
lua-resty-mlcache copied to clipboard
use string.buffer in OpenResty 1.21.4.1 to speed up
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.