//
pkg.gl
Category
github.com/iotaledger/hive.go/core
datastructure
timeheap
package
1.0.0-rc.3
Repository:
https://github.com/iotaledger/hive.go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
74 SLOC
#
Functions
NewTimeHeap
NewTimeHeap creates a new TimeHeap object.
#
Structs
TimeHeap
TimeHeap implements a heap sorted by time, where older elements are popped during AveragePerSecond call.