westonpace commented on a change in pull request #12067: URL: https://github.com/apache/arrow/pull/12067#discussion_r828233232
########## File path: cpp/src/arrow/compute/exec/key_hash.h ########## @@ -32,76 +32,161 @@ namespace compute { // Implementations are based on xxh3 32-bit algorithm description from: // https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md // -class Hashing { +class Hashing32 { Review comment: Can you add a brief description of those simplifications? For example, a general vectorized hash compute function would probably be a desired feature. Could we use this implementation or not? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org