Skip to content

Commit b3f0bb5

Browse files
Fixed
1 parent ae27e86 commit b3f0bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains benchmarks for common vertical and horizontal operations that
44
leverage SIMD, comparing different implementations of the same algorithms
5-
in them using `packed_simd2` and `core_simd`.
5+
in them using `packed_simd2`, `core_simd` and Rust arrays.
66

77
Things implemented:
88

@@ -47,8 +47,8 @@ naive_sum bitmap 2^20 f32 [1.7633 ms 1.7736 ms 1.7855 ms]
4747

4848
### Conclusions so far:
4949

50-
* for non-null sums, it is advantageous (by 10%) to use SIMD
51-
* for sums with nulls, it is not advantageous (by 50%) to not use SIMD
50+
* for non-null sums, it is advantageous (by 10%) to use `packed` or `core`
51+
* for sums with nulls, it is advantageous (by 50%) to use arrays
5252

5353
## License
5454

0 commit comments

Comments
 (0)