z

zero-allocation-hashing

Zero-allocation implementations of fast non-cryptographic hash functions for byte sequences or blocks of memory
https://github.com/OpenHFT/Zero-Allocation-Hashing
文件下载
文件名 操作
zero-allocation-hashing-0.10.jar 下载
zero-allocation-hashing-0.10.pom 下载
zero-allocation-hashing-0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>zero-allocation-hashing</artifactId>
  <version>0.10</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'net.openhft:zero-allocation-hashing:0.10'
Gradle Kotlin
implementation("net.openhft:zero-allocation-hashing:0.10")
Scala SBT
libraryDependencies += "net.openhft" % "zero-allocation-hashing" % "0.10"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='zero-allocation-hashing', version='0.10')
)
Apache Ivy
<dependency org="net.openhft" name="zero-allocation-hashing" rev="0.10" />
Leiningen
[net.openhft/zero-allocation-hashing "0.10"]
Apache Buildr
'net.openhft:zero-allocation-hashing:jar:0.10'