summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-10-09 15:57:34 +0200
committerGitHub <noreply@github.com>2020-10-09 15:57:34 +0200
commit471a8febd390210206c85b89505e8d995fc74573 (patch)
tree74f90efb6e9cae7c9a5e95dba85b2985fb7c631a /vespalib
parente5eba689f998216fb6b090b844534f03b6ff9ca4 (diff)
parentb894e828a417512eae2fd822bb7a81acf803411b (diff)
Merge pull request #14800 from vespa-engine/vekterli/use-xxh3-for-bucket-to-stripe-distribution
Use XXH3 for bucket-to-stripe distribution
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/stllike/hash_fun.cpp2
1 files changed, 1 insertions, 1 deletions
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