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/11/20 13:43:40 UTC

[arrow] branch master updated (8b9f6b9 -> 0e841aa)

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 8b9f6b9  ARROW-10598: [C++] Separate out bit-packing in internal::GenerateBitsUnrolled for better performance
     add 0e841aa  ARROW-10660: [Rust] Implement AVX-512 bit or operation

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/buffer_bit_ops.rs |  11 +++-
 rust/arrow/src/arch/avx512.rs        |  73 ++++++++++++++++++++++++
 rust/arrow/src/{json => arch}/mod.rs |  11 ++--
 rust/arrow/src/buffer.rs             | 107 +++++++++++++++++++++++++++--------
 rust/arrow/src/lib.rs                |   1 +
 rust/arrow/src/util/bit_util.rs      |  16 ------
 6 files changed, 172 insertions(+), 47 deletions(-)
 create mode 100644 rust/arrow/src/arch/avx512.rs
 copy rust/arrow/src/{json => arch}/mod.rs (79%)