Download zero-allocation-hashing-0.6.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.6 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials