summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-11-21 13:08:54 +0100
committerJon Bratseth <bratseth@gmail.com>2022-11-21 13:08:54 +0100
commit5ee8894871bd02faaf517be1ae20fad33c4bf831 (patch)
tree07d594ead11ac18537adf77a46dc7360b90a123c /vespajlib
parentbb1ecec95a5b0eb2df37a5925550f1bf776c7521 (diff)
Hash using xxh3
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 361e3a1f6ff..fd8c589ce14 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -41,6 +41,11 @@
<artifactId>commons-compress</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>net.openhft</groupId>
+ <artifactId>zero-allocation-hashing</artifactId>
+ <version>0.16</version>
+ </dependency>
<!-- provided scope -->
<dependency>