From 500e5d67598cdbe5288024f21400bad4919269f2 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 23 Oct 2020 09:21:16 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad48d93b5..1aaf39db7 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,10 @@ speed for [synthetic files over various sizes generated with a script](https://g [All our experiments are reproducible](https://github.com/simdjson/simdjson_experiments_vldb2019). -You can go even faster with our new [On Demand API](https://github.com/simdjson/simdjson/blob/master/doc/ondemand.md). -For NDJON files, checkout [our safe multithreaded parsing functions](https://github.com/simdjson/simdjson/blob/master/doc/parse_many.md). + +You can go beyond 4 GB/s with our new [On Demand API](https://github.com/simdjson/simdjson/blob/master/doc/ondemand.md). +For NDJSON files, we can exceed 3 GB/s with [our multithreaded parsing functions](https://github.com/simdjson/simdjson/blob/master/doc/parse_many.md). + Real-world usage