MassivePizza commented on PR #10520: URL: https://github.com/apache/arrow-rs/pull/10520#issuecomment-5480341830
https://github.com/apache/arrow-rs/pull/10483 gets rid of needless reserves, and reduces the amount of copies where possible (especially for LZ4). Would be nice to merge both PRs I think. `shrink_to_fit` is a no-op when the Vec is exactly sized anyway. -- 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]
