apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.45k stars 3.52k forks source link

[Parquet][C++] Accelerate bit-packing decoding with AVX-512 #33530

Open asfimport opened 1 year ago

asfimport commented 1 year ago

Accelerate Parquet bit-packing decoding with AVX-512 instructions?

Reporter: zhaoyaqi Assignee: zhaoyaqi

PRs and other links:

Note: This issue was originally created as ARROW-18362. Please see the migration documentation for further details.

asfimport commented 1 year ago

Antoine Pitrou / @pitrou: Are you willing to contribute this?