File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,10 @@ speed for [synthetic files over various sizes generated with a script](https://g
124
124
125
125
[All our experiments are reproducible](https://github.com/simdjson/simdjson_experiments_vldb2019).
126
126
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
+
129
131
130
132
131
133
Real-world usage
You can’t perform that action at this time.
0 commit comments