Skip to content

Commit 276d178

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Insight: Use commonly available SIMD instructions as much as possible.
1414

1515
## Some performance results
1616

17-
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.
17+
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.
18+
19+
*Lower results are better.*
1820

1921

2022

0 commit comments

Comments
 (0)