I've been working with some other database things recently and it seems that Rust compiler cannot automatically vectorize array-array operation. https://godbolt.org/z/G8WMr4acY Probably we should bring back the portable SIMD expressions framework?
I've been working with some other database things recently and it seems that Rust compiler cannot automatically vectorize array-array operation.
https://godbolt.org/z/G8WMr4acY
Probably we should bring back the portable SIMD expressions framework?