Skip to content

Commit 500e5d6

Browse files
authored
Update README.md
1 parent e3f2c9f commit 500e5d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ speed for [synthetic files over various sizes generated with a script](https://g
124124
125125
[All our experiments are reproducible](https://github.com/simdjson/simdjson_experiments_vldb2019).
126126
127-
You can go even faster with our new [On Demand API](https://github.com/simdjson/simdjson/blob/master/doc/ondemand.md).
128-
For NDJON files, checkout [our safe multithreaded parsing functions](https://github.com/simdjson/simdjson/blob/master/doc/parse_many.md).
127+
128+
You can go beyond 4 GB/s with our new [On Demand API](https://github.com/simdjson/simdjson/blob/master/doc/ondemand.md).
129+
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).
130+
129131
130132
131133
Real-world usage

0 commit comments

Comments
 (0)