etseidl commented on PR #9477:
URL: https://github.com/apache/arrow-rs/pull/9477#issuecomment-4008340756
I wound up changing `skip` too.
```
group
main opt_skip
-----
---- --------
arrow_array_reader/Int32Array/binary packed increasing value
1.39 42.3±0.20µs ? ?/sec 1.00 30.3±0.19µs
? ?/sec
arrow_array_reader/Int32Array/binary packed single value
1.41 42.7±0.67µs ? ?/sec 1.00 30.3±0.15µs
? ?/sec
arrow_array_reader/Int32Array/binary packed stepped increasing value
1.08 47.8±0.35µs ? ?/sec 1.00 44.4±0.70µs
? ?/sec
arrow_array_reader/Int32Array/binary packed skip increasing value
1.42 33.4±0.56µs ? ?/sec 1.00 23.5±0.25µs
? ?/sec
arrow_array_reader/Int32Array/binary packed skip single value
1.52 33.1±0.16µs ? ?/sec 1.00 21.7±0.62µs
? ?/sec
arrow_array_reader/Int32Array/binary packed skip stepped increasing value
1.09 37.4±0.13µs ? ?/sec 1.00 34.2±0.12µs
? ?/sec
arrow_array_reader/Int64Array/binary packed increasing value
1.32 48.0±0.28µs ? ?/sec 1.00 36.5±0.15µs
? ?/sec
arrow_array_reader/Int64Array/binary packed single value
1.32 48.3±0.90µs ? ?/sec 1.00 36.6±0.48µs
? ?/sec
arrow_array_reader/Int64Array/binary packed stepped increasing value
1.21 54.2±0.54µs ? ?/sec 1.00 45.0±0.35µs
? ?/sec
arrow_array_reader/Int64Array/binary packed skip increasing value
1.37 35.5±0.57µs ? ?/sec 1.00 25.9±0.09µs
? ?/sec
arrow_array_reader/Int64Array/binary packed skip single value
1.54 35.5±0.20µs ? ?/sec 1.00 23.1±0.12µs
? ?/sec
arrow_array_reader/Int64Array/binary packed skip stepped increasing value
1.24 40.3±0.20µs ? ?/sec 1.00 32.6±0.13µ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]