2014-07-07 19:15:10 +08:00
|
|
|
# Performance
|
2014-06-30 13:58:11 +08:00
|
|
|
|
|
|
|
The old performance article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjson/wiki/Performance).
|
|
|
|
|
|
|
|
This file will be updated with new version and better procedures.
|
|
|
|
|
2014-06-30 14:00:10 +08:00
|
|
|
In the meantime, you may also refer to the following third-party benchmarks.
|
2014-06-30 13:58:11 +08:00
|
|
|
|
|
|
|
## Third-party benchmarks
|
|
|
|
|
2014-06-30 13:58:58 +08:00
|
|
|
* [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013)
|
2014-06-30 13:58:11 +08:00
|
|
|
* [casablanca](https://casablanca.codeplex.com/)
|
|
|
|
* [json_spirit](https://github.com/cierelabs/json_spirit)
|
|
|
|
* [jsoncpp](http://jsoncpp.sourceforge.net/)
|
|
|
|
* [libjson](http://sourceforge.net/projects/libjson/)
|
|
|
|
* [rapidjson](https://github.com/miloyip/rapidjson/)
|
|
|
|
* [QJsonDocument](http://qt-project.org/doc/qt-5.0/qtcore/qjsondocument.html)
|
|
|
|
|
2014-06-30 13:58:58 +08:00
|
|
|
* [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin (Jan 2013)
|
2014-06-30 13:58:11 +08:00
|
|
|
* [sajson](https://github.com/chadaustin/sajson)
|
|
|
|
* [rapidjson](https://github.com/miloyip/rapidjson/)
|
|
|
|
* [vjson](https://code.google.com/p/vjson/)
|
|
|
|
* [YAJL](http://lloyd.github.com/yajl/)
|
|
|
|
* [Jansson](http://www.digip.org/jansson/)
|