Open
Description
I want to check the benchmark codes in regards to https://github.com/go-json-experiment/json#performance, but the repo (https://github.com/dsnet/jsonbench) you mentioned is missing. Where can I find the codes?
BTW, you mentioned SonicJSON
doesn't support sorting the keys for a map[string]any
. In fact, there is an option encoder.SortKeys
or sonic.Config.SortKeys
to support this —— so maybe you can use it on your benchmarks.