Ross ROSS = Recommend OSS · open-source software intelligence for agents

HdrHistogram/HdrHistogram

A High Dynamic Range (HDR) Histogram observed · 2026-08-28

github.com/HdrHistogram/HdrHistogram · homepage · Java · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
HdrHistogram/HdrHistogrammain23

For agents

markdown · JSON · MCP: product_card(name="HdrHistogram/HdrHistogram")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem