Dandandan opened a new issue, #9589: URL: https://github.com/apache/arrow-rs/issues/9589
## Summary Umbrella issue tracking a set of related parquet decoding performance improvements. ## Issues - [ ] #9579 - Avoid unnecessary buffer zero-fill in Snappy decompression - [ ] #9580 - Reduce per-byte overhead in VLQ integer decoding - [ ] #9581 - Use branchless index clamping and add `get_batch_direct` to RleDecoder - [ ] #9582 - Fuse RLE decoding and view gathering for StringView dictionary decoding - [ ] #9587 - Pre-reserve output capacity in ByteView/ByteArray dictionary decoding - [ ] #9588 - Dictionary page pruning for row filter predicates -- 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]
