Registry / utility / axiomhq-hyperloglog

axiomhq-hyperloglog

JSON →
library0.2.6gogounverified

Package hyperloglog implements the HyperLogLog algorithm for cardinality estimation.

go get github.com/axiomhq/hyperloglog
INSTALL
IMPORT
SIG · AXIOMHQ-HYPERLOGLO
A
axiomhq-hyperloglog
utilitygov0.2.6
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
github.com/axiomhq/hyperloglog

Create a HyperLogLog sketch, insert a value, and estimate cardinality.

package main import ( "fmt" "github.com/axiomhq/hyperloglog" ) func main() { hll := hyperloglog.New() hll.Insert([]byte("test")) fmt.Println(hll.Estimate()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
OpenAI (training)
2
Meta
1
Perplexity
1
Resources
axiomhq-hyperloglog — go get axiomhq-hyperloglog · libregistry