Add vectorized unpacking for 8, 16, and 64 bit integers #2276
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
performance
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently we have vectorised unpacking of 32-bit integers. We then extend or truncate this to support smaller or larger destination types.
Describe the solution you'd like
I would like optimised kernels for all 4 common sizes of packed representation
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: