From 4fab6a3727b137db16134d7b5766ed5621a9333c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 29 Sep 2020 11:58:11 +0200 Subject: [PATCH] Added todo list --- todo | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 index 0000000..71876c9 --- /dev/null +++ b/todo @@ -0,0 +1,4 @@ +- [x] Use queues +- [x] Immediate head chop after dequeue +- [x] Thread.yields +- [ ] Use linked list for queues (increase performance) \ No newline at end of file