{"id":52812,"library":"axiomhq-hyperloglog","title":"HyperLogLog","description":"Package hyperloglog implements the HyperLogLog algorithm for cardinality estimation.","status":"active","version":"0.2.6","language":"go","source_language":null,"source_url":"https://github.com/axiomhq/hyperloglog","tags":["hyperloglog","cardinality","estimation","probabilistic"],"install":[{"cmd":"go get github.com/axiomhq/hyperloglog","lang":"bash","label":"Install github.com/axiomhq/hyperloglog"}],"dependencies":[],"imports":[{"symbol":"hyperloglog","correct":"github.com/axiomhq/hyperloglog"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/axiomhq/hyperloglog\"\n)\n\nfunc main() {\n\thll := hyperloglog.New()\n\thll.Insert([]byte(\"test\"))\n\tfmt.Println(hll.Estimate())\n}","lang":"go","description":"Create a HyperLogLog sketch, insert a value, and estimate cardinality."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':7 'cardin':9,12 'estim':10,13 'hyperloglog':1,3,6,11 'implement':4 'packag':2 'probabilist':14","created_at":"2026-06-15T07:12:51.541710+00:00","updated_at":"2026-06-15T07:12:51.541710+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/axiomhq/hyperloglog","github":"https://github.com/axiomhq/hyperloglog","docs":"https://pkg.go.dev/github.com/axiomhq/hyperloglog#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}