package
1.7.17
Repository: https://github.com/kukrer/savannahnode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Add64 returns: 1) a + b 2) If there is overflow, an error.
No description provided by the author
Max64 returns the maximum of the values provided.
Min returns the minimum of the values provided.
Min64 returns the minimum of the values provided.
Mul64 returns: 1) a * b 2) If there is overflow, an error.
No description provided by the author
NewMaxAveragerHeap returns a new empty max heap.
NewMinAveragerHeap returns a new empty min heap.
No description provided by the author
NewUninitializedAverager creates a new averager with the given halflife.
Sub64 returns: 1) a - b 2) If there is underflow, an error.

# Interfaces

Averager tracks a continuous time exponential moving average of the provided values.
AveragerHeap maintains a heap of the averagers.