We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a9f0 commit ae27e86Copy full SHA for ae27e86
README.md
@@ -47,8 +47,8 @@ naive_sum bitmap 2^20 f32 [1.7633 ms 1.7736 ms 1.7855 ms]
47
48
### Conclusions so far:
49
50
-* for non-null sums, it is advantageous to use SIMD
51
-* for sums with nulls, it is not advantageous to use SIMD
+* for non-null sums, it is advantageous (by 10%) to use SIMD
+* for sums with nulls, it is not advantageous (by 50%) to not use SIMD
52
53
## License
54
0 commit comments