zhuqi-lucas commented on PR #7967:
URL: https://github.com/apache/arrow-rs/pull/7967#issuecomment-3107253627

   This is matching my local result, 2x faster for high select!
   
   ```rust
   filter: single_utf8view, 8192, nulls: 0, selectivity: 0.8                    
        2.62      3.7±0.02ms        ? ?/sec    1.00   1408.1±4.77µs        ? 
?/sec
   filter: single_utf8view, 8192, nulls: 0.1, selectivity: 0.001                
        1.00     90.0±0.27ms        ? ?/sec    1.01     90.8±0.23ms        ? 
?/sec
   filter: single_utf8view, 8192, nulls: 0.1, selectivity: 0.01                 
        1.00     11.2±0.03ms        ? ?/sec    1.01     11.3±0.04ms        ? 
?/sec
   filter: single_utf8view, 8192, nulls: 0.1, selectivity: 0.1                  
        1.00      5.6±0.34ms        ? ?/sec    1.06      6.0±0.41ms        ? 
?/sec
   filter: single_utf8view, 8192, nulls: 0.1, selectivity: 0.8                  
        1.63      6.2±0.02ms        ? ?/sec    1.00      3.8±0.01ms        ? 
?/sec
   ```
   
   > 🤖: Benchmark completed
   > 
   > Details
   
   


-- 
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.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to