etseidl commented on PR #9477:
URL: https://github.com/apache/arrow-rs/pull/9477#issuecomment-4000342784

   Fixed the benches, now the speed up is a bit better for the non-skipping 
benches.
   ```
   group                                                                        
           main_skip                              opt_skip
   -----                                                                        
           ---------                              --------
   arrow_array_reader/Int32Array/binary packed increasing value                 
           1.36     41.9±0.62µs        ? ?/sec    1.00     30.9±0.23µs        ? 
?/sec
   arrow_array_reader/Int32Array/binary packed single value                     
           1.51     41.3±0.30µs        ? ?/sec    1.00     27.4±0.23µs        ? 
?/sec
   arrow_array_reader/Int32Array/binary packed stepped increasing value         
           1.09     47.2±0.40µs        ? ?/sec    1.00     43.5±0.54µs        ? 
?/sec
   arrow_array_reader/Int32Array/binary packed skip increasing value            
           1.21     32.4±0.22µs        ? ?/sec    1.00     26.8±0.15µs        ? 
?/sec
   arrow_array_reader/Int32Array/binary packed skip single value                
           1.28     32.0±0.37µs        ? ?/sec    1.00     25.0±0.16µs        ? 
?/sec
   arrow_array_reader/Int32Array/binary packed skip stepped increasing value    
           1.05     36.3±0.31µs        ? ?/sec    1.00     34.8±0.82µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed increasing value                 
           1.35     48.3±0.31µs        ? ?/sec    1.00     35.7±0.57µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed stepped increasing value         
           1.22     54.8±0.84µs        ? ?/sec    1.00     44.9±0.27µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed single value                     
           1.34     48.3±0.26µs        ? ?/sec    1.00     36.0±0.30µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed skip increasing value            
           1.23     35.6±0.52µs        ? ?/sec    1.00     29.0±0.29µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed skip single value                
           1.21     35.3±0.23µs        ? ?/sec    1.00     29.2±0.25µs        ? 
?/sec
   arrow_array_reader/Int64Array/binary packed skip stepped increasing value    
           1.13     40.3±0.26µs        ? ?/sec    1.00     35.7±0.62µs        ? 
?/sec
   ```
   


-- 
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: [email protected]

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

Reply via email to