Skip to content

[C++][Parquet] Better simd unpack algorithm #48277

@AntoinePrv

Description

@AntoinePrv

Describe the enhancement requested

The current algorithm unpack algorithm in the bpacking files do not fully leverage SIMD operations and perform poorly on SSE4.2 (in fact they are not built for that reason).
They are also not available for multiple sizes.

We can take inspiration from

Component(s)

C++, Parquet

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions