This commit is contained in:
Tony Garnock-Jones 2015-06-29 20:43:15 -04:00
parent 790f63b309
commit 985baab2cb
1 changed files with 2 additions and 0 deletions

2
TODO.md Normal file
View File

@ -0,0 +1,2 @@
Change freelist from a stack into a queue. Combined with the
hashconsing technique, might this give us an LRU queue???