Rich-T-kid commented on PR #10812:
URL: https://github.com/apache/arrow-rs/pull/10812#issuecomment-5390929850

   ```
   take listview i32 1024                             1.01   1059.3±1.83ns      
  ? ?/sec    1.00   1051.2±2.53ns        ? ?/sec
   take listview i32 512                              1.01    605.4±1.51ns      
  ? ?/sec    1.00    602.2±2.01ns        ? ?/sec
   take listview i32 null indices 1024                1.00   1617.5±5.49ns      
  ? ?/sec    1.08   1748.4±1.93ns        ? ?/sec
   take listview i32 null values 1024                 1.01   1988.3±1.62ns      
  ? ?/sec    1.00   1959.5±1.86ns        ? ?/sec
   take listview i32 null values null indices 1024    1.00      2.4±0.00µs      
  ? ?/sec    1.04      2.5±0.00µs        ? ?/sec
   ``` 
   
   this should be noise since this PR doesn't touch `take_fixed_size_list`


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