https://github.com/tidwall/tinyqueue
Binary heap priority queues in Go
https://github.com/tidwall/tinyqueue
Last synced: 9 months ago
JSON representation
Binary heap priority queues in Go
- Host: GitHub
- URL: https://github.com/tidwall/tinyqueue
- Owner: tidwall
- License: isc
- Created: 2017-05-01T19:54:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T21:51:50.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T03:12:33.694Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tinyqueue is a Go package for binary heap priority queues.
Ported from the [tinyqueue](https://github.com/mourner/tinyqueue) Javascript library.