File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33This repository contains benchmarks for common vertical and horizontal operations that
44leverage 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
77Things 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
You can’t perform that action at this time.
0 commit comments