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
- Host: GitHub
- URL: https://github.com/daddye/json-test
- Owner: DAddYE
- Created: 2015-04-29T21:35:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T00:28:07.000Z (about 11 years ago)
- Last Synced: 2025-05-14T13:18:44.792Z (about 1 year ago)
- Language: Go
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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