package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
Add returns: 1) a + b 2) If there is overflow, an error.
MaxUint returns the maximum value of an unsigned integer of type T.
Mul returns: 1) a * b 2) If there is overflow, an error.
No description provided by the author
NewMaxAveragerHeap returns a new empty max heap.
No description provided by the author
NewUninitializedAverager creates a new averager with the given halflife.
Sub returns: 1) a - b 2) If there is underflow, an error.

# Variables

Deprecated: Add64 is deprecated.
No description provided by the author
No description provided by the author
Deprecated: Mul64 is deprecated.

# Interfaces

Averager tracks a continuous time exponential moving average of the provided values.
TODO replace this interface with utils/heap AveragerHeap maintains a heap of the averagers.