Registry / utility / datadog-hyperloglog

datadog-hyperloglog

JSON →
library0.0.0-20250912133928-a2bec4b87a0dgogounverified

Package hyperloglog implements the HyperLogLog algorithm for cardinality estimation.

go get github.com/DataDog/hyperloglog
INSTALL
IMPORT
SIG · DATADOG-HYPERLOGLO
D
datadog-hyperloglog
utilitygov0.0.0-20250912133928-a2bec4b87a0d
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/DataDog/hyperloglog

Creates a HyperLogLog sketch, inserts a value, and prints the estimated cardinality.

package main import ( "fmt" "github.com/DataDog/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.0.0-20250912133928-a2bec4b87a0dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
datadog-hyperloglog — go get datadog-hyperloglog · libregistry