[GitHub] [arrow] yordan-pavlov edited a comment on pull request #7037: ARROW-6718: [DRAFT] [Rust] Remove packed_simd

2020-05-06 Thread GitBox
yordan-pavlov edited a comment on pull request #7037: URL: https://github.com/apache/arrow/pull/7037#issuecomment-624864888 I agree with @paddyhoran - if the goal is just to enable the use of arrow with stable Rust, it would be reasonable to just not enable the SIMD feature by default,

[GitHub] [arrow] yordan-pavlov edited a comment on pull request #7037: ARROW-6718: [DRAFT] [Rust] Remove packed_simd

2020-05-05 Thread GitBox
yordan-pavlov edited a comment on pull request #7037: URL: https://github.com/apache/arrow/pull/7037#issuecomment-623718293 hi @nevi-me , I have just published the filtering benchmark here: https://github.com/yordan-pavlov/arrow-benchmark/blob/master/rust/arrow_benchmark/src/main.rs

[GitHub] [arrow] yordan-pavlov edited a comment on pull request #7037: ARROW-6718: [DRAFT] [Rust] Remove packed_simd

2020-05-03 Thread GitBox
yordan-pavlov edited a comment on pull request #7037: URL: https://github.com/apache/arrow/pull/7037#issuecomment-623106920 > @yordan-pavlov when you say SIMD you mean the "simd" feature (packed_simd), right? @paddyhoran yes that's what I meant, apologies if it was unclear