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