Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14934
Change subject: [util] Import FastHash hash function to util ...................................................................... [util] Import FastHash hash function to util FastHash is a simple, robust, and efficient general purpose hash function from Google. It's fast, small in size and with least/no quality problems as per smhasher and hence a good candidate for BlockBloomFilter. C++ implementation has been ported straight from https://code.google.com/archive/p/fast-hash/ with minor style modifications. Java implementation has been adapted from the C implementation. Change-Id: Id0a21d6af10d9ba0dbd9ab46d73552d42976e8d7 --- A java/kudu-client/src/main/java/org/apache/kudu/util/HashUtil.java A java/kudu-client/src/test/java/org/apache/kudu/util/TestFashHash.java M src/kudu/util/hash_util-test.cc M src/kudu/util/hash_util.h 4 files changed, 256 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/14934/1 -- To view, visit http://gerrit.cloudera.org:8080/14934 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id0a21d6af10d9ba0dbd9ab46d73552d42976e8d7 Gerrit-Change-Number: 14934 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
