You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/09/11 11:40:46 UTC

[arrow] branch master updated (d33b458 -> 874c65f)

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

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


    from d33b458  ARROW-9957: [Rust] Replace tempdir with tempfile
     add 874c65f  ARROW-9966: [Rust] Speedup kernels for sum,min,max by 10%-60%

No new revisions were added by this update.

Summary of changes:
 rust/arrow/Cargo.toml                       |  4 ++
 rust/arrow/benches/aggregate_kernels.rs     | 68 +++++++++++++++++++++++++++++
 rust/arrow/benches/arithmetic_kernels.rs    | 63 +++++++++++++-------------
 rust/arrow/src/compute/kernels/aggregate.rs | 60 ++++++++++++++-----------
 4 files changed, 138 insertions(+), 57 deletions(-)
 create mode 100644 rust/arrow/benches/aggregate_kernels.rs