Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Benchmark key_hash and document tradeoffs with vendored xxhash #31439

Open
asfimport opened this issue Mar 24, 2022 · 1 comment
Open

Comments

@asfimport
Copy link
Collaborator

asfimport commented Mar 24, 2022

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:

Note: This issue was originally created as ARROW-16017. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Aldrin Montana / @drin:
Linking to ARROW-8991, where the PR starts to add some of this benchmarking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant