add bet365's jingo to encoding/json replacements

This commit is contained in:
Damian Gryski 2019-04-18 09:47:54 -07:00
parent cb85034071
commit e612406fec

View File

@ -987,7 +987,7 @@ allocate it. But you also pay every time the garbage collection runs.
Popular replacements for standard library packages:
* encoding/json -> ffjson, easyjson, etc
* encoding/json -> ffjson, easyjson, jingo, etc
* net/http
* fasthttp (but incompatible API, not RFC compliant in subtle ways)
* httprouter (has other features besides speed; I've never actually seen routing in my profiles)