You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/09/05 15:32:00 UTC

[jira] [Resolved] (ARROW-6385) [C++] Investigate xxh3

     [ https://issues.apache.org/jira/browse/ARROW-6385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-6385.
---------------------------------
    Fix Version/s: 0.15.0
       Resolution: Fixed

Issue resolved by pull request 5265
[https://github.com/apache/arrow/pull/5265]

> [C++] Investigate xxh3
> ----------------------
>
>                 Key: ARROW-6385
>                 URL: https://issues.apache.org/jira/browse/ARROW-6385
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Benchmarking, C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> xxh3 is a new hash algorithm by Yann Collet that claims excellent speed on both small/tiny and large keys. It has accelerated paths for x86 SSE2, AVX and ARM NEON. It also has excellent hash quality.
> https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html
> Perhaps this can replace our current complex strategy involving a custom tiny string hashing implementation, a HW CRC32-based path where available for large strings, and a murmurhash2 fallback.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)