Registry / utility / stream

stream

JSON →
library2.9.8javamavenunverified

A library for summarizing data in streams for which it is infeasible to store all events.

<dependency> <groupId>com.clearspring.analytics</groupId> <artifactId>stream</artifactId> <version>2.9.8</version> </dependency>
INSTALL
IMPORT
SIG · STREAM
S
stream
utilityjavav2.9.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HyperLogLog
com.clearspring.analytics.stream.cardinality.HyperLogLog

Estimate cardinality using HyperLogLog.

import com.clearspring.analytics.stream.cardinality.HyperLogLog; HyperLogLog hll = new HyperLogLog(16); hll.offer("element"); System.out.println(hll.cardinality());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
stream — mvn dependency:get stream · libregistry