diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
commit | 19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch) | |
tree | 42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/rapidjson/doc/performance.zh-cn.md | |
parent | Initial commit. (diff) | |
download | ceph-6d07fdb6bb33b1af39833b850bb6cf8af79fe293.tar.xz ceph-6d07fdb6bb33b1af39833b850bb6cf8af79fe293.zip |
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/rapidjson/doc/performance.zh-cn.md')
-rw-r--r-- | src/rapidjson/doc/performance.zh-cn.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/rapidjson/doc/performance.zh-cn.md b/src/rapidjson/doc/performance.zh-cn.md new file mode 100644 index 000000000..c20c5050f --- /dev/null +++ b/src/rapidjson/doc/performance.zh-cn.md @@ -0,0 +1,26 @@ +# 性能 + +有一个 [native JSON benchmark collection][1] 项目,能评估 37 个 JSON 库在不同操作下的速度、內存用量及代码大小。 + +[1]: https://github.com/miloyip/nativejson-benchmark + +RapidJSON 0.1 版本的性能测试文章位于 [这里](https://code.google.com/p/rapidjson/wiki/Performance). + +此外,你也可以参考以下这些第三方的评测。 + +## 第三方评测 + +* [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](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/) + * [YAJL](http://lloyd.github.com/yajl/) + * [Jansson](http://www.digip.org/jansson/) |