Skip to content

[C++] Optimize performance for aggregate min/max compute kernels #25667

@asfimport

Description

@asfimport
  1. Use BitBlockCounter to speedup the performance for typical 0.01% null-able data.
  2. Enable AVX compiler auto vectorize for no-nulls on int types. Float/Double use fmin/fmax to handle NaN which can't be vectorize by compiler.

Reporter: Frank Du / @JianXinD
Assignee: Frank Du / @JianXinD

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions