Download zero-allocation-hashing-0.7.jar file - Jar z

Jar examples for z:zero-allocation-hashing

Description

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

You can download jar file zero-allocation-hashing 0.7 in this page.

License

Apache License

Build File

You can use the following script to add zero-allocation-hashing-0.7.jar to your project.

<dependency>
   <groupId>net.openhft</groupId>
   <artifactId>zero-allocation-hashing</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.7'
libraryDependencies += "net.openhft" % "zero-allocation-hashing" % "0.7"
<dependency org="net.openhft" name="zero-allocation-hashing" rev="0.7"/>
@Grapes(@Grab(group='net.openhft', module='zero-allocation-hashing', version='0.7'))
'net.openhft:zero-allocation-hashing:jar:0.7'

Download

Click the following link to download the jar file.

zero-allocation-hashing-0.7-javadoc.jar
zero-allocation-hashing-0.7-sources.jar
zero-allocation-hashing-0.7.jar
zero-allocation-hashing-0.7.pom



Related Tutorials