[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] make your tar archive even more anonymous
From: |
Joerg Schilling |
Subject: |
Re: [Bug-tar] make your tar archive even more anonymous |
Date: |
Fri, 06 Jul 2012 12:44:24 +0200 |
User-agent: |
nail 11.22 3/20/05 |
Tim Kientzle <address@hidden> wrote:
> To be honest, I've considered altering bsdtar's directory-traversal
> code so that it always sorts the first 100 names in a directory
> and then leaves the rest unsorted. That would give fully-sorted
> output for almost all cases and avoid the memory consumption
> (and slow performance) on very large directories.
100 directory entries looks a bit small.
average values seem to be 5..50 entries per directory, 100 is a number that
looks too close to values from every day.
But in general: as directories usually don't have too many entries, it is not a
problem to read a directory at once (and this is why star uses this method
since 10 years).
Jörg
--
EMail:address@hidden (home) Jörg Schilling D-13353 Berlin
address@hidden (uni)
address@hidden (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
- [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/04
- Re: [Bug-tar] make your tar archive even more anonymous, Tim Kientzle, 2012/07/04
- Re: [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/05
- Re: [Bug-tar] make your tar archive even more anonymous,
Joerg Schilling <=
- Re: [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/06
- Re: [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/09
- Re: [Bug-tar] make your tar archive even more anonymous, Paul Eggert, 2012/07/09
- Re: [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/10
- Re: [Bug-tar] make your tar archive even more anonymous, Denis Excoffier, 2012/07/11
Re: [Bug-tar] make your tar archive even more anonymous, Joerg Schilling, 2012/07/06
Re: [Bug-tar] make your tar archive even more anonymous, Joerg Schilling, 2012/07/06