mirror of https://github.com/tidwall/tile38.git
300635727a | ||
---|---|---|
.. | ||
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.