From e612406fec9d823d3394d56cbd38d81d2952ed6d Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 18 Apr 2019 09:47:54 -0700 Subject: [PATCH] add bet365's jingo to encoding/json replacements --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index a3d4601..f3990a0 100644 --- a/performance.md +++ b/performance.md @@ -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)