z

zero-allocation-hashing

Zero-allocation, pretty fast implementations of non-cryptographic hash functions for byte sequences or blocks of memory
Files download
File Operation
zero-allocation-hashing-0.2.jar download
zero-allocation-hashing-0.2.pom download
zero-allocation-hashing-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>zero-allocation-hashing</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'net.openhft:zero-allocation-hashing:0.2'
Gradle Kotlin
implementation("net.openhft:zero-allocation-hashing:0.2")
Scala SBT
libraryDependencies += "net.openhft" % "zero-allocation-hashing" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='zero-allocation-hashing', version='0.2')
)
Apache Ivy
<dependency org="net.openhft" name="zero-allocation-hashing" rev="0.2" />
Leiningen
[net.openhft/zero-allocation-hashing "0.2"]
Apache Buildr
'net.openhft:zero-allocation-hashing:jar:0.2'