You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/03 08:27:09 UTC

[GitHub] [apisix-go-plugin-runner] kwanhur opened a new issue, #83: request help: replacing std/json with json-iterator/go

kwanhur opened a new issue, #83:
URL: https://github.com/apache/apisix-go-plugin-runner/issues/83

   ### Issue description
   Improving `json` decode `conf` performance, use [json-iterator/go](https://github.com/json-iterator/go) to replace `encoding/json` on plugins implement.
   
   ### Environment
   
   * APISIX Go Plugin Runner's version:
   * APISIX version:
   * Go version:
   * OS (cmd: `uname -a`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-go-plugin-runner] spacewander commented on issue #83: request help: replacing std/json with json-iterator/go

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #83:
URL: https://github.com/apache/apisix-go-plugin-runner/issues/83#issuecomment-1117232637

   Is there any report about the std/json affecting the performance in the hot path? We would prefer to use the std library if the performance is not critical. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org