Commit Graph

5 Commits

Author SHA1 Message Date
5e23a92314 Add high contention benchmark. 2023-03-01 19:31:36 -08:00
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
0759aaa2cd We've got a prioritized message queue, not a priority queue. 2023-03-01 13:39:19 -08:00
c4e92faaf7 Fix wait condition and ordering in send(). 2023-03-01 01:03:31 -08:00
4052afa31d Initial commit. 2023-02-28 20:33:22 -08:00