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
   
   I hope it will be useful in benchmarking and improving arrow performance.
   In summary, my filtering benchmarks show that from a performance 
perspective, using arrow only makes sense together with SIMD. And this is only 
after making a couple of changes to improve performance and also enable 
comparison of an array with a scalar value. Using arrow without SIMD currently 
appears to be significantly slower than a much simpler loop or iterator 
implementation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to