aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Delete key from partitions map if it is empty."HEADmastern1t0r2023-04-211-3/+0
* Delete key from partitions map if it is empty.n1t0r2023-04-211-0/+3
* Add function to return the number of keys currently active.n1t0r2023-04-211-0/+7
* Add keys with no items left to inactive keys until the interval expires.n1t0r2023-04-161-3/+31
* Fix empty tag check on pop.n1t0r2023-04-151-1/+1
* Fix empty tag panic if not registered.n1t0r2023-04-151-1/+1
* Add tag support with a limit.n1t0r2023-04-013-25/+133
* Move generic key to item interface.n1t0r2023-04-013-44/+46
* Fix old name for Push function.n1t0r2023-04-011-2/+2
* Remove redundant exit check in Pop.n1t0r2023-04-011-4/+0
* Allow arbitrary implementations of backing priority queue using the PriorityQ...n1t0r2023-04-014-32/+62
* Add docs for exported functions.n1t0r2023-04-011-0/+16
* Rename Enqueue, Dequeue to Push, Pop.n1t0r2023-04-012-9/+9
* Fix initialization on Len LenKey and Stop.n1t0r2023-04-011-0/+3
* Convert tests to new format.n1t0r2023-04-012-23/+30
* Make the queue into a blocking queue.n1t0r2023-04-012-40/+92
* Remove partition enqueue.n1t0r2023-04-011-6/+0
* Simplify snoozeQ usage inside Enqueue.n1t0r2023-04-011-7/+2
* Add LenKey function returning the length of the queue for that key.n1t0r2023-04-012-2/+9
* Add preliminary queue with most of the necessary functionality.n1t0r2023-04-012-0/+297
* Add a simple priority queue implementation.n1t0r2023-04-012-0/+105
* Add README.n1t0r2023-04-012-0/+5