alamb opened a new pull request, #8756: URL: https://github.com/apache/arrow-rs/pull/8756
# Which issue does this PR close? - Follow on to https://github.com/apache/arrow-rs/pull/8745 # Rationale for this change While reviewing https://github.com/apache/arrow-rs/pull/8745 I noticed the page was always copied into a new allocation even when there is at least one path that doesn't use it: https://github.com/apache/arrow-rs/pull/8745#discussion_r2481354605 # What changes are included in this PR? 1. Avoid the copy 2. Refactor the decompression logic into a function that makes it easier to see what is going on # Are these changes tested? By CI, and I will run benchmarks # Are there any user-facing changes? No -- 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]
