We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3458e62 commit e3f2c9fCopy full SHA for e3f2c9f
README.md
@@ -20,6 +20,7 @@ to parse JSON 2.5x faster than RapidJSON and 25x faster than JSON for Modern C+
20
* **Strict:** Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises.
21
* **Automatic:** Selects a CPU-tailored parser at runtime. No configuration needed.
22
* **Reliable:** From memory allocation to error handling, simdjson's design avoids surprises.
23
+* **Peer Reviewed:** Our research appears in venues like VLDB Journal, Software: Practice and Experience.
24
25
This library is part of the [Awesome Modern C++](https://awesomecpp.com) list.
26
0 commit comments