diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-07-25 01:13:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-07-25 01:13:04 +0000 |
commit | 8d2a71a47aea445cfbe4d4fed75520d1924b71ab (patch) | |
tree | 7d3e1f7fab277769ab893f8cf76e51671ed46f64 /doc | |
parent | 521c006fd55a9a9e6bf99c14023bffd1d4465c52 (diff) | |
download | tor-8d2a71a47aea445cfbe4d4fed75520d1924b71ab.tar.gz tor-8d2a71a47aea445cfbe4d4fed75520d1924b71ab.zip |
Add an item to the TODO.
svn:r6893
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ N . Improve memory usage on tight-memory machines. - Save and mmap v1 directories; store them zipped, not uncompressed. - Store networkstatus docs zipped, not uncompressed. Maaaybe mmap them too. + - Be a little more OO to save memory in frequently + replicated structs. - "bandwidth classes", for incoming vs initiated-here conns. o Asynchronous DNS |