//
pkg.gl
Category
github.com/ava-labs/hypersdk
internal
eheap
package
0.0.17
Repository:
https://github.com/ava-labs/hypersdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
75 SLOC
#
Functions
New
New returns an instance of ExpiryHeap with minHeap and maxHeap containing [items].
#
Structs
ExpiryHeap
ExpiryHeap keeps a min heap of [Items] sorted by [Expiry].
#
Interfaces
Item
Item is the interface that any item put in the heap must adheare to.