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

Martin Lindhe's avatar
Martin Lindhe committed
3
There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size of various operations among 37 JSON libraries.
4 5 6

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

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

9
Additionally, you may refer to the following third-party benchmarks.
Milo Yip's avatar
Milo Yip committed
10 11 12

## Third-party benchmarks

Milo Yip's avatar
Milo Yip committed
13
* [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
14 15 16 17
 * [casablanca](https://casablanca.codeplex.com/)
 * [json_spirit](https://github.com/cierelabs/json_spirit)
 * [jsoncpp](http://jsoncpp.sourceforge.net/)
 * [libjson](http://sourceforge.net/projects/libjson/)
18
 * [rapidjson](https://github.com/Tencent/rapidjson/)
Milo Yip's avatar
Milo Yip committed
19 20
 * [QJsonDocument](http://qt-project.org/doc/qt-5.0/qtcore/qjsondocument.html)
 
Milo Yip's avatar
Milo Yip committed
21
* [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin (Jan 2013)
Milo Yip's avatar
Milo Yip committed
22
 * [sajson](https://github.com/chadaustin/sajson)
23
 * [rapidjson](https://github.com/Tencent/rapidjson/)
Milo Yip's avatar
Milo Yip committed
24 25 26
 * [vjson](https://code.google.com/p/vjson/)
 * [YAJL](http://lloyd.github.com/yajl/)
 * [Jansson](http://www.digip.org/jansson/)