Xuanwo commented on PR #6281: URL: https://github.com/apache/arrow-rs/pull/6281#issuecomment-2305195000
Writing into uninitialized memory is a good optimization to me in this case. It has been a topic of discussion within the Rust community for years, with considerable effort dedicated to this area. I recommend exploring this area after [BorrowedCursor](https://doc.rust-lang.org/std/io/struct.BorrowedCursor.html) has been stabilized or trying again with [`tokio::io::ReadBuf`](https://docs.rs/tokio/latest/tokio/io/struct.ReadBuf.html). -- 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]
