Skip to content

Commit 8eec113

Browse files
committed
Add clarification in the README file.
1 parent 4f97671 commit 8eec113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ java --add-modules jdk.incubator.vector -cp ./build/libs/*:./libs/*:./examples E
3636

3737
Performance (using JMH)
3838
----------------------
39-
The VectorFastPFOR algorithm compresses integers in blocks of 256 integers. The below jmh data compares the throughput of the vector implementation against the default (non-vectorized implementation). Overall, we see gains ranging from 4x to 10x for the vector implementation.
39+
The VectorFastPFOR algorithm compresses integers in blocks of 256 integers. The below jmh data compares the throughput (in units of blocks of integers compressed/uncompressed per second) of the vector implementation against the default (non-vectorized implementation). Overall, we see gains ranging from 4x to 10x for the vector implementation.
4040

4141
```
4242
Benchmark bitWidth Cnt Score Error Err % Units Vector Speedup

0 commit comments

Comments
 (0)