From 985baab2cbe93f8911fc30293e9ed8168e3608e9 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 29 Jun 2015 20:43:15 -0400 Subject: [PATCH] TODO.md --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..0572579 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +Change freelist from a stack into a queue. Combined with the +hashconsing technique, might this give us an LRU queue???