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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials