From 4316d4817f56fa8e9464828f3c6cf9bc35eae2ba Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 19:23:23 +0200 Subject: [PATCH] Marked todo item as completed --- todo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo b/todo index e794bdd..761d6c2 100644 --- a/todo +++ b/todo @@ -2,7 +2,7 @@ - [x] Immediate head chop after dequeue - [x] Thread.yields - [ ] Sleep option -- [ ] Use linked list for queues (increase performance) +- [x] Use linked list for queues (increase performance) - [ ] shutdown option - [ ] Queue policies - [x] Length cap