Registry / utility / zero-allocation-hashing

zero-allocation-hashing

JSON →
library0.10.1javamavenunverified

Zero-allocation implementations of fast non-cryptographic hash functions for byte sequences or blocks of memory.

<dependency> <groupId>net.openhft</groupId> <artifactId>zero-allocation-hashing</artifactId> <version>0.10.1</version> </dependency>
INSTALL
IMPORT
SIG · ZERO-ALLOCATION-HA
Z
zero-allocation-hashing
utilityjavav0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LongHashFunction
net.openhft.hashing.LongHashFunction

Compute a 64-bit hash using the xxHash algorithm.

import net.openhft.hashing.LongHashFunction; long hash = LongHashFunction.xx().hashBytes("hello".getBytes()); System.out.println(hash);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
Resources
zero-allocation-hashing — mvn dependency:get zero-allocation-hashing · libregistry