//
pkg.gl
Category
github.com/hacpy/go-ethereum
common
prque
package
1.14.1
Repository:
https://github.com/hacpy/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
8
Files
245 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
Priority queue data structure.
#
Type aliases
MaxPriorityCallback
No description provided by the author
PriorityCallback
No description provided by the author
SetIndexCallback
SetIndexCallback is called when the element is moved to a new index.