Frank Du created ARROW-9605:
-------------------------------
Summary: [C++] Optimize performance for aggregate min/max compute
kernels
Key: ARROW-9605
URL: https://issues.apache.org/jira/browse/ARROW-9605
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Frank Du
# Use BitBlockCounter to speedup the performance for typical 0.01% null-able
data.
# 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)