zhangxinyao88 commented on issue #10245: URL: https://github.com/apache/arrow-rs/issues/10245#issuecomment-5473882601
I’d like to take the remaining `arrow-avro/src/reader/record.rs` Decoder callsites. I have a working prototype replacing the long-lived `OffsetBufferBuilder<i32>` state with `Vec<i32>`; the arrow-avro tests and Clippy pass. Initial benchmarks show improvements for Binary and Map, with String and Array remaining neutral. I’ll prepare this as a focused one-file PR. -- 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]
