performance.md (rapidjson-1.0.2) | : | performance.md (rapidjson-1.1.0) | ||
---|---|---|---|---|
# Performance | # Performance | |||
There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size of various operations among 20 JSON libaries. | There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size of various operations among 37 JSON libaries. | |||
[1]: https://github.com/miloyip/nativejson-benchmark | [1]: https://github.com/miloyip/nativejson-benchmark | |||
The old performance article for RapidJSON 0.1 is provided [here](https://code.go ogle.com/p/rapidjson/wiki/Performance). | The old performance article for RapidJSON 0.1 is provided [here](https://code.go ogle.com/p/rapidjson/wiki/Performance). | |||
Additionally, you may refer to the following third-party benchmarks. | Additionally, you may refer to the following third-party benchmarks. | |||
## Third-party benchmarks | ## Third-party benchmarks | |||
* [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://g ithub.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013) | * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://g ithub.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |