mirror of https://github.com/tidwall/tile38.git
5ae1a76450 | ||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
tinyqueue.go | ||
tinyqueue_test.go |
README.md
tinyqueue
tinyqueue is a Go package for binary heap priority queues. Ported from the tinyqueue Javascript library.