Notes about flist.
authorMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 09:44:17 +0000 (09:44 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 09:44:17 +0000 (09:44 +0000)
TODO

diff --git a/TODO b/TODO
index ef1bc31..631fd40 100644 (file)
--- 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