HyperLogLog in Java

HyperLogLog: approximate distinct value counting algoritm

License

License

Categories

Categories

Net
GroupId

GroupId

net.agkn
ArtifactId

ArtifactId

hll
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

HyperLogLog in Java
HyperLogLog: approximate distinct value counting algoritm
Project URL

Project URL

https://github.com/aggregateknowledge/java-hll

Download hll

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
it.unimi.dsi : fastutil jar 6.5.11

test (4)

Group / Artifact Type Version
org.easymock : easymock jar 3.0
org.powermock : powermock-module-junit4 jar 1.4.8
org.powermock : powermock-api-easymock jar 1.4.8
org.testng : testng jar 5.7

Project Modules

There are no modules declared in this project.
net.agkn

Aggregate Knowledge (a Neustar service)

Versions

Version
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0