performance.md 1.36 KB
Newer Older
miloyip's avatar
miloyip committed
1
# Performance
Milo Yip's avatar
Milo Yip committed
2 3 4

The old performance article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjson/wiki/Performance).

5 6
The (third-party) performance tests have been removed from this repository
and are now part of a dedicated [native JSON benchmark collection] [1].
Milo Yip's avatar
Milo Yip committed
7

8 9 10 11 12 13
This file will be updated with a summary of benchmarking results based on
the above benchmark collection in the future.

[1]: https://github.com/miloyip/nativejson-benchmark

Additionally, you may refer to the following third-party benchmarks.
Milo Yip's avatar
Milo Yip committed
14 15 16

## Third-party benchmarks

Milo Yip's avatar
Milo Yip committed
17
* [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013)
Milo Yip's avatar
Milo Yip committed
18 19 20 21 22 23 24
 * [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)
 
Milo Yip's avatar
Milo Yip committed
25
* [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin (Jan 2013)
Milo Yip's avatar
Milo Yip committed
26 27 28 29 30
 * [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/)