From e53fe9a278881d1d96e73372bb13b57ebcbed73d Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 12 Mar 2002 05:41:25 +0000 Subject: [PATCH] Note about TDB. --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/TODO b/TODO index eac2271f..f28af206 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 -- 2.34.1