Skip to content

Commit d9aa5d2

Browse files
committed
Fixed a typo.
1 parent 216d3f5 commit d9aa5d2

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 a gain 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 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)