An open API service indexing awesome lists of open source software.

https://github.com/tidwall/tinyqueue

Binary heap priority queues in Go
https://github.com/tidwall/tinyqueue

Last synced: 9 months ago
JSON representation

Binary heap priority queues in Go

Awesome Lists containing this project

README

          

# tinyqueue
GoDoc

tinyqueue is a Go package for binary heap priority queues.
Ported from the [tinyqueue](https://github.com/mourner/tinyqueue) Javascript library.