package
0.0.0-20220820134905-666a20ff9307
Repository: https://github.com/entropyio/go-entropy.git
Documentation: pkg.go.dev

# Functions

New creates a new priority queue.
NewLazyQueue creates a new lazy queue.
NewWrapAround creates a new priority queue with wrap-around priority handling.

# Structs

LazyQueue is a priority queue data structure where priorities can change over time and are only evaluated on demand.
Priority queue data structure.

# Type aliases

No description provided by the author
No description provided by the author
SetIndexCallback is called when the element is moved to a new index.