An open API service indexing awesome lists of open source software.

https://github.com/daddye/json-test

Compare speed of various json libs for go
https://github.com/daddye/json-test

Last synced: 8 months ago
JSON representation

Compare speed of various json libs for go

Awesome Lists containing this project

README

          

### Results

BenchmarkCodec-8 37293.22 ops - 99%: 44.91µs - mean: 25.807µs
BenchmarkCodecBytes-8 554434.24 ops - 99%: 1.854µs - mean: 883ns
BenchmarkCodecBuffer-8 457181.30 ops - 99%: 2.496µs - mean: 1.669µs
BenchmarkStdLib-8 381818.58 ops - 99%: 2.945µs - mean: 1.675µs
BenchmarkStdLibUnmarshal-8 330319.21 ops - 99%: 2.605µs - mean: 1.792µs