Home | History | Annotate | Download | only in doc
      1 # Performance
      2 
      3 There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size of various operations among 20 JSON libaries.
      4 
      5 [1]: https://github.com/miloyip/nativejson-benchmark
      6 
      7 The old performance article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjson/wiki/Performance).
      8 
      9 Additionally, you may refer to the following third-party benchmarks.
     10 
     11 ## Third-party benchmarks
     12 
     13 * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013)
     14  * [casablanca](https://casablanca.codeplex.com/)
     15  * [json_spirit](https://github.com/cierelabs/json_spirit)
     16  * [jsoncpp](http://jsoncpp.sourceforge.net/)
     17  * [libjson](http://sourceforge.net/projects/libjson/)
     18  * [rapidjson](https://github.com/miloyip/rapidjson/)
     19  * [QJsonDocument](http://qt-project.org/doc/qt-5.0/qtcore/qjsondocument.html)
     20  
     21 * [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin (Jan 2013)
     22  * [sajson](https://github.com/chadaustin/sajson)
     23  * [rapidjson](https://github.com/miloyip/rapidjson/)
     24  * [vjson](https://code.google.com/p/vjson/)
     25  * [YAJL](http://lloyd.github.com/yajl/)
     26  * [Jansson](http://www.digip.org/jansson/)
     27