AntoinePrv opened a new issue, #47572: URL: https://github.com/apache/arrow/issues/47572
### Describe the enhancement requested Following GH-47514 we can safely try to improve the bpacking functions: - Adding support to unpack to a 16bit integer type (and investigate speedup in BitPacked decoder). - Uniform `const uint8_t* in` API. - Reduce the amount of code generated through some factorization. - Investigate low hanging fruit speedup to unpack functions (`xsimd::batch_constant`...). ### Component(s) C++, Parquet -- 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]
