Skip to content

Commit 14415df

Browse files
authored
Update README.md
1 parent b8f4ed9 commit 14415df

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,17 @@ Insight: Use commonly available SIMD instructions as much as possible.
1616

1717
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.
1818

19-
apache_builds.json:
2019

21-
![](doc/apache_builds.jsonparseandstat.png)
2220

2321
github_events.json:
2422

25-
![](doc/github_events.jsonparseandstat.png)
23+
<img src="doc/github_events.jsonparseandstat.png" width="50%">
2624

27-
twitter.json:
2825

29-
![](doc/twitter.jsonparseandstat.png)
26+
twitter.json:
3027

31-
update-center.json:
28+
<img src="doc/twitter.jsonparseandstat.png" width="50%">
3229

33-
![](doc/update-center.jsonparseandstat.png)
3430

3531

3632

0 commit comments

Comments
 (0)