Byte-Cats / microman

Minimal Go Backend Starter Kit without frameworks
MIT License
1 stars 1 forks source link

[Enhancement] speed up processing of json #58

Open 4cecoder opened 2 years ago

4cecoder commented 2 years ago

use this algo for json instead of std json lib https://github.com/json-iterator/go

4cecoder commented 2 years ago

https://github.com/mailru/easyjson

4cecoder commented 2 years ago

https://github.com/goccy/go-json

4cecoder commented 2 years ago

one of these should help speed up json processing