Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions