|
b3b491d9a9
|
Move priority queue to pq package; improve docs.
|
2023-03-02 01:53:12 -08:00 |
|
|
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 |
|