Update README.md

This commit is contained in:
Daniel Lemire
2018-12-19 01:05:48 -05:00
committed by GitHub
parent 61e9b82af2
commit 3fd59aaa93
+5
View File
@@ -15,18 +15,23 @@ Goal: Speed up the parsing of JSON per se.
We present the time (in cycles per input byte) needed to fully parse a JSON file (with error checking) and to collect some statistics about the document (e.g., the number of integers), for some JSON files. For these tests, we use an Intel processor with a Skylake microarchitecture. All results are single-threaded.
apache_builds.json:
![](doc/apache_builds.jsonparseandstat.png)
github_events.json:
![](doc/github_events.jsonparseandstat.png)
twitter.json:
![](doc/twitter.jsonparseandstat.png)
update-center.json:
![](doc/update-center.jsonparseandstat.png)
## Code example
```C