This commit is contained in:
Daniel Lemire 2020-03-31 10:29:20 -04:00 committed by GitHub
parent 61009fea3f
commit 849f54e4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ On a Skylake processor, the parsing speeds (in GB/s) of various processors on th
| JSON for Modern C++ (nlohmann/json) | 0.11 |
The simdjson library offer high speed whether it processes tiny files (e.g., 300 bytes)
The simdjson library offers high speed whether it processes tiny files (e.g., 300 bytes)
or larger files (e.g., 3MB). The following plot presents parsing
speed for [synthetic files over various sizes generated with a script](https://github.com/simdjson/simdjson_experiments_vldb2019/blob/master/experiments/growing/gen.py) on a 3.4 GHz Skylake processor (GNU GCC 9, -O3).
<img src="doc/growing.png" width="90%">