Skip to content

v0.0.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@atoulme atoulme released this 29 May 00:39
· 47 commits to main since this release
63ad297

This release improves the performance of the software by reducing the recreation of classes, especially gauges. It is a refactoring of the existing collection mechanism without impact to the logic of the data collection.

What's Changed

  • move all java allocations to be created once at startup, and avoid re… by @atoulme in #157
  • don't access a static field from constructor by @atoulme in #158

Full Changelog: v0.0.15...v0.0.16