Skip to content

Commit

Permalink
Update performance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Jun 30, 2014
1 parent 177ba6e commit c2971cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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)
* [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)
* [JSON Parser Benchmarking](http://chadaustin.me/2013/01/json-parser-benchmarking/) by Chad Austin (Jan 2013)
* [sajson](https://github.com/chadaustin/sajson)
* [rapidjson](https://github.com/miloyip/rapidjson/)
* [vjson](https://code.google.com/p/vjson/)
Expand Down

0 comments on commit c2971cf

Please sign in to comment.