You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: