From 177ba6e7f852f0b0b0afad0a78047848ad1cd813 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Mon, 30 Jun 2014 13:58:11 +0800 Subject: [PATCH] Create performance.md --- doc/performance.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/performance.md diff --git a/doc/performance.md b/doc/performance.md new file mode 100644 index 0000000..d54930c --- /dev/null +++ b/doc/performance.md @@ -0,0 +1,24 @@ +# RapidJSON Performance + +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. + +In the mean time, you may also refer to the following third-party benchmarks. + +## Third-party benchmarks + +* (Basic benchmarks for miscellaneous C++ JSON parsers and generators)[https://github.com/mloskot/json_benchmark] by Mateusz Loskot (Jun 2013) + * [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) + +* [JSON Parser Benchmarking by Chad Austin](http://chadaustin.me/2013/01/json-parser-benchmarking/) (Jan 2013) + * [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/)