-
Notifications
You must be signed in to change notification settings - Fork 111
Pull requests: HdrHistogram/HdrHistogram_c
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: bound the log timestamp seconds field by tv_sec, not by long (follow-up to #153 review)
#157
opened Sep 18, 2026 by
fcostaoliveira
Contributor
Loading…
fix: hdr_timespec_from_double could emit a malformed hdr_timespec (tv_nsec == 1e9, or negative)
#156
opened Sep 18, 2026 by
fcostaoliveira
Contributor
Loading…
fix: hdr_reset_internal_counters ignored normalizing_index_offset (wrong min/max on decoded shifted logs)
#155
opened Sep 18, 2026 by
fcostaoliveira
Contributor
Loading…
fix: out-of-range double->int conversion in hdr_timespec_from_double (UBSan)
#154
opened Sep 14, 2026 by
fcostaoliveira
Contributor
Loading…
feat: memory-optimised sparse/packed histogram variant (hdr_packed_histogram)
#150
opened Aug 21, 2026 by
fcostaoliveira
Contributor
Loading…
fix: int64 overflow in linear/log iterator reporting level (near INT64_MAX)
#149
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
Loading…
perf: widen AVX2 percentile scan to 16 int64/iter (vector accumulator)
#138
opened Jul 1, 2026 by
fcostaoliveira
Contributor
Loading…
ProTip!
Mix and match filters to narrow down what you’re looking for.