api7 / envoy-apisix

Apache License 2.0
34 stars 6 forks source link

feature: support the 'cjson' or 'rapidjson' #11

Open Miss-you opened 4 years ago

Miss-you commented 4 years ago

The current serialization and deserialization of json is implemented using lua code, which has poor performance.

It is recommended to use cjson or rapidjson as a follow-up.

membphis commented 4 years ago

Performance is not important at present, avoid unnecessary C library dependencies (system dependencies), which can make it easier for users to use.