Open 4cecoder opened 2 years ago
use this algo for json instead of std json lib https://github.com/json-iterator/go
https://github.com/mailru/easyjson
https://github.com/goccy/go-json
one of these should help speed up json processing
use this algo for json instead of std json lib https://github.com/json-iterator/go