Update README.md

This commit is contained in:
Daniel Lemire 2018-12-19 01:13:34 -05:00 committed by GitHub
parent b8f4ed946f
commit 14415dfd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -16,21 +16,17 @@ Insight: Use commonly available SIMD instructions as much as possible.
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. 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: github_events.json:
![](doc/github_events.jsonparseandstat.png) <img src="doc/github_events.jsonparseandstat.png" width="50%">
twitter.json: twitter.json:
![](doc/twitter.jsonparseandstat.png) <img src="doc/twitter.jsonparseandstat.png" width="50%">
update-center.json:
![](doc/update-center.jsonparseandstat.png)