apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
173 stars 68 forks source link

request help: replacing std/json with json-iterator/go #83

Open kwanhur opened 2 years ago

kwanhur commented 2 years ago

Issue description

Improving json decode conf performance, use json-iterator/go to replace encoding/json on plugins implement.

Environment

spacewander commented 2 years ago

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.