Registry / utility / retailnext-hllpp

retailnext-hllpp

JSON →
library1.0.0gogounverified

HLL++ implements the HyperLogLog++ cardinality estimator for approximate distinct counting.

go get github.com/retailnext/hllpp
INSTALL
IMPORT
SIG · RETAILNEXT-HLLPP
R
retailnext-hllpp
utilitygov1.0.0
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.

hllpp
github.com/retailnext/hllpp

Create a HyperLogLog++ estimator, add data, and estimate cardinality

package main import ( "fmt" "github.com/retailnext/hllpp" ) func main() { h := hllpp.New() h.Add([]byte("hello")) fmt.Println(h.Count()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
retailnext-hllpp — go get retailnext-hllpp · libregistry