Mehant Baid created DRILL-1525:
----------------------------------
Summary: Use XXHash algorithm for hash functions
Key: DRILL-1525
URL: https://issues.apache.org/jira/browse/DRILL-1525
Project: Apache Drill
Issue Type: Bug
Reporter: Mehant Baid
Assignee: Mehant Baid
Fix For: 0.7.0
Currently we are using murmur hash algorithm for performing hash operations. We
would like to move to XXHash which is a fast non-cryptographic hash algorithm.
More information can be found here: https://code.google.com/p/xxhash/
The implementation should also eliminates an extra copy of the ByteBuf to be
consumed by the hash function.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)