{"id":50638,"library":"hdrhistogram-hdrhistogram-go","title":"HDR Histogram Go","description":"Package hdrhistogram provides an implementation of Gil Tene's HDR Histogram data structure.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/HdrHistogram/hdrhistogram-go","tags":["histogram","hdr","metrics","performance"],"install":[{"cmd":"go get github.com/HdrHistogram/hdrhistogram-go","lang":"bash","label":"Install github.com/HdrHistogram/hdrhistogram-go"}],"dependencies":[],"imports":[{"symbol":"hdrhistogram","correct":"github.com/HdrHistogram/hdrhistogram-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/HdrHistogram/hdrhistogram-go\"\n)\n\nfunc main() {\n\th := hdrhistogram.New(1, 1000, 3)\n\th.RecordValue(100)\n\tfmt.Println(h.Mean())\n}","lang":"go","description":"Record values and compute mean"},"warnings":[],"env_vars":null,"search_vec":"'data':15 'gil':10 'go':3 'hdr':1,13,18 'hdrhistogram':5 'histogram':2,14,17 'implement':8 'metric':19 'packag':4 'perform':20 'provid':6 'structur':16 'tene':11","created_at":"2026-06-15T05:01:51.987825+00:00","updated_at":"2026-06-15T05:01:51.987825+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/HdrHistogram/hdrhistogram-go","github":"https://github.com/HdrHistogram/hdrhistogram-go","docs":"https://pkg.go.dev/github.com/HdrHistogram/hdrhistogram-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","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}}