Binary heap priority queues in Go
Go to file
tidwall c2e3d577e1 Remove testify 2021-01-25 14:51:33 -07:00
LICENSE first commit 2017-05-01 12:53:51 -07:00
README.md first commit 2017-05-01 12:53:51 -07:00
go.mod Remove testify 2021-01-25 14:51:33 -07:00
tinyqueue.go len function 2017-05-01 13:16:32 -07:00
tinyqueue_test.go Remove testify 2021-01-25 14:51:33 -07:00

README.md

tinyqueue

GoDoc

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