kornholi opened a new pull request #325: URL: https://github.com/apache/arrow-rs/pull/325
This PR removes some reference counting in `BitReader` and a few allocations in `DeltaBitPackDecoder`. At least for the datasets I tested with, delta-encoded integer columns decode around 50% faster. A `SELECT AVG(foo)` through datafusion was about 30% faster as well. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
