mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add missing README and TODO for all new modules
This commit is contained in:
3
src/ripple/algorithm/README.md
Normal file
3
src/ripple/algorithm/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Algorithm
|
||||
|
||||
Various utility classes
|
||||
5
src/ripple/algorithm/TODO.md
Normal file
5
src/ripple/algorithm/TODO.md
Normal 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.
|
||||
Reference in New Issue
Block a user