Skip to content

v4.2.4

Choose a tag to compare

@Sinjo Sinjo released this 02 Feb 20:00
· 5 commits to main since this release
32b0e8f

4.2.4 / 2025-02-02

Codename: FOSDEM 25th Anniversary Edition

Small improvements

  • #316 Use binary search for histogram buckets: This change speeds up observations in histogram metrics by using a binary search rather than a sequential search through the bucket array. This is possible because we enforce that histogram buckets are sorted at initialization.