X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f5a95bb50b582e0cf7885cd6ce7d1a4e38363f40..3a79260d3a3510b011ed76a7c201d60619893817:/TODO diff --git a/TODO b/TODO index eac2271f..2fb7642e 100644 --- a/TODO +++ b/TODO @@ -284,6 +284,19 @@ Better statistics: it would be nice to improve it that would also work well with --dryrun +TDB: + + Rather than storing the file list in memory, store it in a TDB. + + This *might* make memory usage lower while building the file list. + + Hashtable lookup will mean files are not transmitted in order, + though... hm. + + This would neatly eliminate one of the major post-fork shared data + structures. + + PLATFORMS ------------------------------------------------------------ Win32 @@ -318,6 +331,12 @@ Cross-testing Run current rsync versions against significant past releases. +Memory debugger + + jra recommends Valgrind: + + http://devel-home.kde.org/~sewardj/ + DOCUMENTATION -------------------------------------------------------- Update README