Commit Graph
4 Commits
Author SHA1 Message Date
sam ab364c31bb Implement a true priority queue.
* Add a binary max-heap implementation, `binheap`.
* Rename `precise` package to `mq`.
2023-03-01 19:29:15 -08:00
sam 0759aaa2cd We've got a prioritized message queue, not a priority queue. 2023-03-01 13:39:19 -08:00
sam c4e92faaf7 Fix wait condition and ordering in send(). 2023-03-01 01:03:31 -08:00
sam 4052afa31d Initial commit. 2023-02-28 20:33:22 -08:00