aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-03-12 05:41:25 +0000
committerMartin Pool <mbp@samba.org>2002-03-12 05:41:25 +0000
commite53fe9a278881d1d96e73372bb13b57ebcbed73d (patch)
tree9843fc39654dc5bd56df715c41db52448d0b42b9 /TODO
parentf5a95bb50b582e0cf7885cd6ce7d1a4e38363f40 (diff)
downloadandroid_external_rsync-e53fe9a278881d1d96e73372bb13b57ebcbed73d.tar.gz
android_external_rsync-e53fe9a278881d1d96e73372bb13b57ebcbed73d.tar.bz2
android_external_rsync-e53fe9a278881d1d96e73372bb13b57ebcbed73d.zip
Note about TDB.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index eac2271f..f28af206 100644
--- a/TODO
+++ b/TODO
@@ -284,6 +284,19 @@ Better statistics:
<mbp> it would be nice to improve it
<mbp> 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