You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ java --add-modules jdk.incubator.vector -cp ./build/libs/*:./libs/*:./examples E
36
36
37
37
Performance (using JMH)
38
38
----------------------
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.
40
40
41
41
```
42
42
Benchmark bitWidth Cnt Score Error Err % Units Vector Speedup
0 commit comments