performance.zh-cn.md (rapidjson-1.0.2) | : | performance.zh-cn.md (rapidjson-1.1.0) | ||
---|---|---|---|---|
# 性能 | # 性能 | |||
有一个[native JSON benchmark collection][1]项目,能评估20个JSON库在不同操作下的速度、內存用量及代码大小。 | 有一个 [native JSON benchmark collection][1] 项目,能评估 37 个 JSON 库在不同操作下的速度、內存用量及代码大小。 | |||
[1]: https://github.com/miloyip/nativejson-benchmark | [1]: https://github.com/miloyip/nativejson-benchmark | |||
RapidJSON 0.1版本的性能测试文章位于[这里](https://code.google.com/p/rapidjson/wiki/Performanc e). | RapidJSON 0.1 版本的性能测试文章位于 [这里](https://code.google.com/p/rapidjson/wiki/Performa nce). | |||
此外,你也可以参考以下这些第三方的评测。 | 此外,你也可以参考以下这些第三方的评测。 | |||
## 第三方评测 | ## 第三方评测 | |||
* [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://g ithub.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013) | * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://g ithub.com/mloskot/json_benchmark) by Mateusz Loskot (Jun 2013) | |||
* [casablanca](https://casablanca.codeplex.com/) | * [casablanca](https://casablanca.codeplex.com/) | |||
* [json_spirit](https://github.com/cierelabs/json_spirit) | * [json_spirit](https://github.com/cierelabs/json_spirit) | |||
* [jsoncpp](http://jsoncpp.sourceforge.net/) | * [jsoncpp](http://jsoncpp.sourceforge.net/) | |||
* [libjson](http://sourceforge.net/projects/libjson/) | * [libjson](http://sourceforge.net/projects/libjson/) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |