mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 12:05:43 -04:00

The JSON output code will be rewritten to use rapidjson, which will allow us to add more stuff without having to worry if the resulting text has the correct formatting. This adds around 20 KB to the compiled binary.
1.2 KiB
Vendored
1.2 KiB
Vendored
性能
有一个 native JSON benchmark collection 项目,能评估 37 个 JSON 库在不同操作下的速度、內存用量及代码大小。
RapidJSON 0.1 版本的性能测试文章位于 这里.
此外,你也可以参考以下这些第三方的评测。
第三方评测
-
Basic benchmarks for miscellaneous C++ JSON parsers and generators by Mateusz Loskot (Jun 2013)
-
JSON Parser Benchmarking by Chad Austin (Jan 2013)