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
It turns out Arrow-rs 50 brings auto-vectorizarion without the SIMD feature, so this is not needed. See #2121, which brings DataFusion 35 (which brings Arrow 50)
Description
DataFusion, in their README, mention that compiling with
feature = simd
(which requires Rust nightly) improves performance.We're using DataFusion via
delta-rs
, and would like the ability to compile with SIMD.Would it be possible to expose a feature in
delta-rs
that can be to enable the SIMD feature in DataFusion?Use Case
Faster performance!
Related Issue(s)
N/A
The text was updated successfully, but these errors were encountered: