Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
2c159853
Commit
2c159853
authored
Apr 02, 2015
by
miloyip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update and localize performance
parent
fb607879
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
7 deletions
+29
-7
performance.md
doc/performance.md
+3
-7
performance.zh-cn.md
doc/performance.zh-cn.md
+26
-0
No files found.
doc/performance.md
View file @
2c159853
# Performance
The old performance article for RapidJSON 0.1 is provided
[
here
](
https://code.google.com/p/rapidjson/wiki/Performance
)
.
The (third-party) performance tests have been removed from this repository
and are now part of a dedicated
[
native JSON benchmark collection
]
[
1
]
.
This file will be updated with a summary of benchmarking results based on
the above benchmark collection in the future.
There is a
[
native JSON benchmark collection
]
[
1
]
which evaluates speed, memory usage and code size of various operations among 20 JSON libaries.
[
1
]:
https://github.com/miloyip/nativejson-benchmark
The old performance article for RapidJSON 0.1 is provided
[
here
](
https://code.google.com/p/rapidjson/wiki/Performance
)
.
Additionally, you may refer to the following third-party benchmarks.
## Third-party benchmarks
...
...
doc/performance.zh-cn.md
0 → 100644
View file @
2c159853
# 性能
有一个
[
native JSON benchmark collection
][
1
]
项目,能评估20个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/
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment