is not current version
Last Version 0.15

net.openhft:zero-allocation-hashing 0.5

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

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

zero-allocation-hashing
Version

Version

0.5
Type

Type

jar

Download zero-allocation-hashing 0.5


<!-- https://jarcasting.com/artifacts/net.openhft/zero-allocation-hashing/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>zero-allocation-hashing</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/zero-allocation-hashing/
implementation 'net.openhft:zero-allocation-hashing:0.5'
// https://jarcasting.com/artifacts/net.openhft/zero-allocation-hashing/
implementation ("net.openhft:zero-allocation-hashing:0.5")
'net.openhft:zero-allocation-hashing:jar:0.5'
<dependency org="net.openhft" name="zero-allocation-hashing" rev="0.5">
  <artifact name="zero-allocation-hashing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='zero-allocation-hashing', version='0.5')
)
libraryDependencies += "net.openhft" % "zero-allocation-hashing" % "0.5"
[net.openhft/zero-allocation-hashing "0.5"]