You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/09/02 18:01:43 UTC

[arrow] branch master updated (5a3291c -> 823fe60)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 5a3291c  ARROW-9605: [C++] Speed up aggregate min/max compute kernels on integer types
     add 823fe60  ARROW-9873: [C++][Compute] Optimize mode kernel for integers in small value range

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_mode.cc | 211 +++++++++++++++---------
 cpp/src/arrow/compute/kernels/aggregate_test.cc |  76 ++++++++-
 2 files changed, 210 insertions(+), 77 deletions(-)