From 5bd7fffb4ca6db53e4a919e6eca8c39cf3a7f2cf Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 27 Jun 2019 19:16:42 -0400 Subject: [PATCH] Link to actual users. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e239c3a6..6c720f28 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ JSON documents are everywhere on the Internet. Servers spend a lot of time parsi +## Real-world usage + +- [Microsoft FishStore](https://github.com/microsoft/FishStore) +- [Yandex ClickHouse](https://github.com/yandex/ClickHouse) + ## Paper A description of the design and implementation of simdjson appears at https://arxiv.org/abs/1902.08318 and an informal blog post providing some background and context is at https://branchfree.org/2019/02/25/paper-parsing-gigabytes-of-json-per-second/.