Update README.md

This commit is contained in:
Daniel Lemire 2020-10-23 09:21:16 -04:00 committed by GitHub
parent e3f2c9f29a
commit 500e5d6759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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