Codebase list golang-github-tidwall-tinyqueue / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

1
2
3
4
5
# tinyqueue
<a href="https://godoc.org/github.com/tidwall/tinyqueue"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>

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