From 8f4455f296952dba877c15721d67d6f42db9d3fc Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 25 Jan 2002 09:44:17 +0000 Subject: [PATCH] Notes about flist. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.34.1