nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

More efficient JSON encoding #31

Closed Som-Som-CC closed 1 year ago

Som-Som-CC commented 2 years ago

Go's default JSON package is said to be not very efficient compared to others. Still, structure tags, and source code compatibility is a great thing to have.

Check out https://github.com/goccy/go-json. Looks really promising.

Som-Som-CC commented 1 year ago

Proof of performance gain needed.