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.6.jar download
zero-allocation-hashing-0.6.pom download
zero-allocation-hashing-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>zero-allocation-hashing</artifactId>
  <version>0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'net.openhft:zero-allocation-hashing:0.6'
Gradle Kotlin
implementation("net.openhft:zero-allocation-hashing:0.6")
Scala SBT
libraryDependencies += "net.openhft" % "zero-allocation-hashing" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='zero-allocation-hashing', version='0.6')
)
Apache Ivy
<dependency org="net.openhft" name="zero-allocation-hashing" rev="0.6" />
Leiningen
[net.openhft/zero-allocation-hashing "0.6"]
Apache Buildr
'net.openhft:zero-allocation-hashing:jar:0.6'