From e3f2c9f29af2ec3e307a81b0fdab5b04b4d23eb9 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 23 Oct 2020 09:18:47 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f81d3d9..ad48d93b 100644 --- a/README.md +++ b/README.md @@ -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. * **Automatic:** Selects a CPU-tailored parser at runtime. No configuration needed. * **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.