oertl commented on issue #3185: URL: https://github.com/apache/parquet-java/issues/3185#issuecomment-4022571308
Maybe [hash4j](https://github.com/dynatrace-oss/hash4j) is an option for you. It also implements the XXH64 hash function and is compatible with Zero-Allocation Hashing (see [CrossCheckTest.java](https://github.com/dynatrace-oss/hash4j/blob/cb49f4525ee965080a72d3dd9f61af4a31fdb31c/src/test/java/com/dynatrace/hash4j/hashing/CrossCheckTest.java#L345)). Disclaimer: I am a developer of hash4j. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
