Tried to pull together a list of C++ JSON parsers to compare them #2309
Loki-Astari
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
@Loki-Astari Have a look at https://github.com/nst/JSONTestSuite they have a list of various JSON parsers. I recently got to know https://github.com/simdjson/simdjson which has impressive parsing speeds. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks for sharing! This library has a SAX parser - maybe it can be used for the "SaxRoundtrip" test? I'm not sure what this is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The github project is here:
https://github.com/Loki-Astari/JsonBenchmark
The results of running the tests are here:
https://lokiastari.com/Json/Performance.osx.html
https://lokiastari.com/Json/Performance.linux.html
All test are run on travis (and thus the times are relative to the machines used by travis to give you a relative understanding of performance (not an absolute performance)).
Any suggestions (or help) in making it better (more useful).
Beta Was this translation helpful? Give feedback.
All reactions