• Home
Name Date Size #Lines LOC

..--

README.mdD12-May-2024994 3228

conformance_Nlohmann (C++11).mdD12-May-202442 KiB671510

conformance_overall_Result.pngD12-May-2024165.6 KiB

performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).pngD12-May-2024191.5 KiB

performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).pngD12-May-2024145.8 KiB

performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).pngD12-May-2024136.3 KiB

performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).pngD12-May-202497.7 KiB

performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).pngD12-May-2024181.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