nano-cuckoo

Fast Java cuckoo filter implementation that utilizes sun.misc.Unsafe for native memory access.

License

License

Categories

Categories

Net
GroupId

GroupId

net.cinnom
ArtifactId

ArtifactId

nano-cuckoo
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

nano-cuckoo
Fast Java cuckoo filter implementation that utilizes sun.misc.Unsafe for native memory access.
Project URL

Project URL

https://github.com/cinnom/nano-cuckoo
Source Code Management

Source Code Management

http://github.com/cinnom/nano-cuckoo/tree/master

Download nano-cuckoo

How to add to project

<!-- https://jarcasting.com/artifacts/net.cinnom/nano-cuckoo/ -->
<dependency>
    <groupId>net.cinnom</groupId>
    <artifactId>nano-cuckoo</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.cinnom/nano-cuckoo/
implementation 'net.cinnom:nano-cuckoo:3.0.2'
// https://jarcasting.com/artifacts/net.cinnom/nano-cuckoo/
implementation ("net.cinnom:nano-cuckoo:3.0.2")
'net.cinnom:nano-cuckoo:jar:3.0.2'
<dependency org="net.cinnom" name="nano-cuckoo" rev="3.0.2">
  <artifact name="nano-cuckoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cinnom', module='nano-cuckoo', version='3.0.2')
)
libraryDependencies += "net.cinnom" % "nano-cuckoo" % "3.0.2"
[net.cinnom/nano-cuckoo "3.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
net.jpountz.lz4 : lz4 jar 1.3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.2
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0