alamb commented on PR #8716: URL: https://github.com/apache/arrow-rs/pull/8716#issuecomment-3453039234
> cast no runs of int32s to ree<int32> 18.65 1452.8±3.65µs ? ?/sec 1.00 77.9±0.40µs ? ?/sec > cast runs of 10 string to ree<int32> 83.20 1357.7±3.84µs ? ?/sec 1.00 16.3±0.08µs ? ?/sec > cast runs of 1000 int32s to ree<int32> 164.19 1339.8±2.22µs ? ?/sec 1.00 8.2±0.04µs ? ?/sec ? cast string single run to ree<int32> 57.34 1568.5±2.43µs ? ?/sec 1.00 27.4±0.08µs ? ?/sec As @vegarsti predicted, this PR appears to be quite a bit slower than using partition -- 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]
