Add missing README and TODO for all new modules

This commit is contained in:
Vinnie Falco
2013-11-15 11:27:26 -08:00
parent 29aa462bfd
commit 9e519af887
23 changed files with 345 additions and 194 deletions

View File

@@ -0,0 +1,3 @@
# Algorithm
Various utility classes

View File

@@ -0,0 +1,5 @@
# Algorithm TODO
- Rethink the CycledSet (and cousin AgedCache). Make each element part
of an intrusive linked list, add a DiscreteClock data member, and
perform aging on each insertion or sweep rather than once in a while.