Rich-T-kid commented on PR #10044: URL: https://github.com/apache/arrow-rs/pull/10044#issuecomment-4643992120
<img width="1069" height="266" alt="Image 6-7-26 at 4 16 PM" src="https://github.com/user-attachments/assets/a6bc8263-3d96-4b41-916e-93e7d76ab07e" /> results here seem in line with [this](https://github.com/apache/arrow-rs/pull/10044#issuecomment-4621838941) I removed any logic that was touching arrow-flights path. This PR focuses on removing intermediary buffer allocations for the `StreamWriter` and `FIleWriter`. Instead of accumulating all buffer bytes into a heap allocation before writing, buffer pointers are collected during encoding and streamed directly to the underlying writer once the FlatBuffer header is built. -- 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]
