sunchao opened a new issue, #139: URL: https://github.com/apache/arrow-datafusion-comet/issues/139
### What is the problem the feature request solves? It seems [bitpacking](https://github.com/tantivy-search/bitpacking) is not levering SIMD at the moment. We probably need to use explicit SIMD to enable it. We can also check the [version in arrow-rs](https://github.com/apache/arrow-rs/blob/master/parquet/src/util/bit_pack.rs) and see if it already supports it. ### Describe the potential solution Leverage SIMD for bitpacking, which is used in several hot paths in Parquet read. ### Additional context _No response_ -- 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]
