Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 12-May-2024 | 994 | 32 | 28 | |
conformance_Nlohmann (C++11).md | D | 12-May-2024 | 42 KiB | 671 | 510 | |
conformance_overall_Result.png | D | 12-May-2024 | 165.6 KiB | |||
performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).png | D | 12-May-2024 | 191.5 KiB | |||
performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).png | D | 12-May-2024 | 145.8 KiB | |||
performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).png | D | 12-May-2024 | 136.3 KiB | |||
performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).png | D | 12-May-2024 | 97.7 KiB | |||
performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).png | D | 12-May-2024 | 181.7 KiB |
README.md
1Results of the latest benchmark from <https://github.com/miloyip/nativejson-benchmark>. 2 3See <https://github.com/nlohmann/json/issues/307> for discussion. 4 5Original post at 2016-09-09 to <json@yahoogroups.com>: 6 7> Hi, 8> 9> This benchmark evaluated conformance, parse/stringify speed/memory, and 10> code size. It can also be viewed as a long list of open source C/C++ JSON 11> libraries. 12> 13> You can run the benchmark on your own machine by checkout this project. 14> 15> https://github.com/miloyip/nativejson-benchmark 16> 17> You can also view some sample results here: 18> 19> https://rawgit.com/miloyip/nativejson-benchmark/master/sample/conformance.html 20> https://rawgit.com/miloyip/nativejson-benchmark/master/sample/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0.html 21> 22> If you make a new library, you may use this for testing conformance and 23> performance. Afterwards, please submit a pull request. 24> 25> Enjoy! 26> 27> -- 28> Milo Yip 29> 30> https://github.com/miloyip/ 31> http://twitter.com/miloyip/ 32