tile38/vendor/github.com/tidwall/tinyqueue
tidwall 263bbd9dcc Updated packages 2021-01-25 15:11:55 -07:00
..
LICENSE Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
README.md Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
go.mod Updated packages 2021-01-25 15:11:55 -07:00
tinyqueue.go Refactor repository and build scripts 2019-11-18 10:33:15 -07:00

README.md

tinyqueue

GoDoc

tinyqueue is a Go package for binary heap priority queues. Ported from the tinyqueue Javascript library.