What is the problem the feature request solves?
It seems 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 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
What is the problem the feature request solves?
It seems 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 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