Update README.md
This commit is contained in:
parent
3458e6248b
commit
e3f2c9f29a
|
@ -20,6 +20,7 @@ to parse JSON 2.5x faster than RapidJSON and 25x faster than JSON for Modern C+
|
||||||
* **Strict:** Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises.
|
* **Strict:** Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises.
|
||||||
* **Automatic:** Selects a CPU-tailored parser at runtime. No configuration needed.
|
* **Automatic:** Selects a CPU-tailored parser at runtime. No configuration needed.
|
||||||
* **Reliable:** From memory allocation to error handling, simdjson's design avoids surprises.
|
* **Reliable:** From memory allocation to error handling, simdjson's design avoids surprises.
|
||||||
|
* **Peer Reviewed:** Our research appears in venues like VLDB Journal, Software: Practice and Experience.
|
||||||
|
|
||||||
This library is part of the [Awesome Modern C++](https://awesomecpp.com) list.
|
This library is part of the [Awesome Modern C++](https://awesomecpp.com) list.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue