From 38c66db8d664f716824e6ec069cb94ae0f334f2a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 18 Dec 2001 06:25:31 +0000 Subject: [PATCH] Note about hardlink performance. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 5461d3aa..b001a79e 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,9 @@ Performance Traverse just one directory at a time. Tridge says it's possible. Can possibly also be smarter about memory use while looking for hard - links by reducing the refcount as we find alternative names. + links by reducing the refcount as we find alternative names. In + fact at the moment the code seems to make a whole second copy of the + file list, which seems unnecessary. IPv6 -- 2.34.1