Skip to content

v2.2.1

Compare
Choose a tag to compare
@mensfeld mensfeld released this 10 Sep 14:00
· 88 commits to master since this release
1fc03c4
  • Optimize statistics decorator by minimizing number of new objects created.
  • Expand the decoration to include new value _fd providing freeze duration in milliseconds. This value informs us for how many consecutive ms the given value did not change. It can be useful for detecting values that should change once in a while but are stale.