From 14415dfd10e2dade72fac5ecb4d1247a82bd8ef5 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 19 Dec 2018 01:13:34 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ecedb7fec..324b5b29d 100644 --- a/README.md +++ b/README.md @@ -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. -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)