perl-percentile 0.11.0

Nearest-rank percentile helpers for integer latency and metric samples
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 20.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    0 1 67
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-percentile

Tiny single-responsibility helpers for percentile computation on integer samples.

Provided API

  • nearest_rank_percentile(sorted_values, pct) computes nearest-rank percentiles from pre-sorted u64 samples.

The function is intentionally minimal and allocation-free so higher-level crates can decide how to sort and manage sample windows.