//
pkg.gl
Category
github.com/ethereum/go-ethereum
common
prque
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
702
Files
241 SLOC
#
Functions
New
New creates a new priority queue.
NewLazyQueue
NewLazyQueue creates a new lazy queue.
#
Structs
LazyQueue
LazyQueue is a priority queue data structure where priorities can change over time and are only evaluated on demand.
Prque
Prque is a priority queue data structure.
#
Type aliases
MaxPriorityCallback
PriorityCallback
SetIndexCallback
SetIndexCallback is called when the element is moved to a new index.