-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
ARROW-15239 adds a vectorized hashing function for use initially in execution engine bloom filters and later in the hash-join node. We should add some benchmarks to explore how the performance compares to the vendored scalar xxhash implementation. In addition, we should document where the two differ and explain any tradeoffs for future users.
Reporter: Weston Pace / @westonpace
Related issues:
- [C++][Compute] Add scalar_hash function (relates to)
Note: This issue was originally created as ARROW-16017. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement