From b894e828a417512eae2fd822bb7a81acf803411b Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Fri, 9 Oct 2020 10:46:46 +0000 Subject: Use XXH3 for bucket-to-stripe distribution --- vespalib/src/vespa/vespalib/stllike/hash_fun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp b/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp index 8e1d6061ff0..84882d763d6 100644 --- a/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp +++ b/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp @@ -14,7 +14,7 @@ hashValue(const char *str) noexcept /** * @brief Calculate hash value. * - * The hash function XXH64 from xxhash library. + * The hash function XXH3_64bits from xxhash library. * @param buf input buffer * @param sz input buffer size * @return hash value of input -- cgit v1.2.3