HdrHistogram/HdrHistogram
A High Dynamic Range (HDR) Histogram observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5105
- days_rel: n/a
- days_push: 797
- n_releases_24m: 0
Adoption not part of the score
2316 stars · 272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HdrHistogram is a Java library for recording and analyzing sampled data value counts across a configurable integer value range with configurable precision, designed for latency and performance measurement. It supports high dynamic range histograms with low, controlled quantization error, with ports available in many other languages.
Use cases
- measure latency percentiles in performance-sensitive applications
- record response time distributions from microseconds to hours
- analyze benchmark results with high dynamic range histograms
- track value counts with configurable significant-digit precision
- generate percentile spectrum plots of latency data
When to choose
- you need accurate latency percentile tracking (p50, p99, p99.9) in Java/JVM applications
- you need to record measurements spanning many orders of magnitude with bounded quantization error
- you are building benchmarking or performance monitoring tooling
When to avoid
- you need simple averages or sums rather than distribution analysis
- you need a general-purpose time-series metrics storage system
- your platform is not among the available language ports and you cannot use Java
Facets
library · maturity stable
benchmarking monitoring analytics performance developer-tools analytics jvm cross-platform histogram latency-measurement percentiles hdr metrics
2 sources
- readme: https://github.com/HdrHistogram/HdrHistogram · fetched 2026-08-28 · b1a617316acd
- homepage: http://hdrhistogram.github.io/HdrHistogram/ · fetched 2026-08-29 · 0a2c8dd488bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HdrHistogram/HdrHistogram | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="HdrHistogram/HdrHistogram")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem