-
Notifications
You must be signed in to change notification settings - Fork 110
Pull requests: HdrHistogram/HdrHistogram_c
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: int64 overflow in linear/log iterator reporting level (near INT64_MAX)
#149
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
fix: int64 overflow in top-bucket value-range math (hdr_max/percentile/stddev)
#148
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
fix: harden query path — hdr_mean overflow + count accessor OOB reads
#147
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
fix: heap overflows in V1/V2 log decode (crafted counts_limit / word_size)
#146
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
fix: signed-shift overflow in hdr_calculate_bucket_config (UBSan, found by fuzzing)
#145
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
ci: cover i386 and ClangCL for the AVX2-dispatch guard; drop dead _M_X64
#144
opened Jul 23, 2026 by
filipecosta90
Contributor
Loading…
perf: blocked skip-scan for hdr_value_at_percentiles batch (+134%, stacked on #140)
#141
opened Jul 3, 2026 by
fcostaoliveira
Contributor
Loading…
perf: single-pass hdr_value_at_percentiles (flat scan, +599%)
#140
opened Jul 2, 2026 by
fcostaoliveira
Contributor
Loading…
perf: prefetch counts[] ahead in the AVX2 percentile scan (follow-up to #138)
#139
opened Jul 1, 2026 by
fcostaoliveira
Contributor
•
Draft
perf: widen AVX2 percentile scan to 16 int64/iter (vector accumulator)
#138
opened Jul 1, 2026 by
fcostaoliveira
Contributor
Loading…
perf: portable block-summed percentile scan (drops AVX2 dispatch) + single-pass hdr_value_at_percentiles
#137
opened Jun 29, 2026 by
fcostaoliveira
Contributor
Loading…
ProTip!
Mix and match filters to narrow down what you’re looking for.