Multiple percentile retrievals in single pass - #4
Merged
Conversation
GarthJL1965
approved these changes
Jul 6, 2026
synesissoftware
approved these changes
Jul 8, 2026
Hazzoz
approved these changes
Aug 2, 2026
mwsis
added a commit
that referenced
this pull request
Aug 4, 2026
* added multiple-percentile retrieval benchmarks * prep * add batch percentile APIs; single-pass walk for fixed percentiles (0.2.0-alpha1) * single-pass `p99_histogram_values_at_percentiles()` with shared interpolation helper * README, etc. * fix * hiding release reminder when in release * squash-commit * squash-commit * squash-commit Co-authored-by: Matt Wilson <152443343+mwsis@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
p99_histogram_values_at_percentilesandp99_histogram_values_at_fixed_percentiles, with result typesp99_pr_fp_result_tandp99_pr_fixed_results_t(80-byte fixed set);p99_histogram_values_at_percentiles— levels should be ascending; a later target rank not greater than an earlier one receives the earlier result;