Skip to content

v3.4.0

Compare
Choose a tag to compare
@mway mway released this 20 May 20:24
· 57 commits to master since this release
e322209

This release improves the memory efficiency of histograms. In particular, high-cardinality, histogram-heavy workloads should see noticeable reductions to heap size and allocated objects, as well as a corresponding (though application-dependent) reduction to CPU spent on GC.

  • Make histogram allocations more efficient, general cleanup (#146)
  • Thrift rework for allocations, more histogram improvements (#149) (#152)
  • Fix Histogram bucket counter metric sizing (#154)