//
pkg.gl
Category
github.com/hashicorp/nomad
lib
kheap
package
0.12.12
Repository:
https://github.com/hashicorp/nomad.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
1
Dependents
12
Files
54 SLOC
#
Functions
NewScoreHeap
#
Structs
ScoreHeap
A ScoreHeap implements heap.Interface and is a min heap that keeps the top K elements by Score.
#
Interfaces
HeapItem
HeapItem is an interface type implemented by objects stored in the ScoreHeap.