From: Martin Pool Date: Fri, 25 Jan 2002 09:44:17 +0000 (+0000) Subject: Notes about flist. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8f4455f296952dba877c15721d67d6f42db9d3fc Notes about flist. --- diff --git a/TODO b/TODO index ef1bc312..631fd40d 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,16 @@ use chroot for people who want to generate the file list using a find(1) command or a script. +File list structure in memory + + Rather than one big array, perhaps have a tree in memory mirroring + the directory tree. + + This might make sorting much faster! (I'm not sure it's a big CPU + problem, mind you.) + + It might also reduce memory use in storing repeated directory names + -- again I'm not sure this is a problem. Performance