https://github.com/danielaparker/json_benchmarks
Benchmarks for jsoncons against other json libraries
https://github.com/danielaparker/json_benchmarks
Last synced: about 1 year ago
JSON representation
Benchmarks for jsoncons against other json libraries
- Host: GitHub
- URL: https://github.com/danielaparker/json_benchmarks
- Owner: danielaparker
- Created: 2018-01-29T01:12:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T03:19:21.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:11:21.339Z (about 1 year ago)
- Language: C++
- Size: 2.28 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Benchmarks
The purpose of these benchmarks is to measure how [jsoncons](https://github.com/danielaparker/jsoncons) compares to other `json` libraries.
## Read and Write Time Comparison
[Performance benchmarks with text and integers](report/performance.md)
[Performance benchmarks with text and doubles](report/performance_fp.md)
## Parsing comparisons
Results for [JSONTestSuite](https://github.com/nst/JSONTestSuite) and [JSON_checker](http://www.json.org/JSON_checker/) tests may be found [here]( https://danielaparker.github.io/json_benchmarks/)