cvs commit: src/contrib/tar ABOUT-NLS AUTHORS COPYING ChangeLog
ChangeLog.1 FREEBSD-Xlist FREEBSD-upgrade INSTALL NEWS PORTS README
README-alpha
THANKS TODO src/contrib/tar/doc fdl.texi freemanuals.texi getdate.texi
header.texi tar.texi version.texi ...
Tim Kientzle
kientzle at freebsd.org
Sat Sep 16 10:14:27 PDT 2006
>>>> Remove vestiges of GNU tar.
>>>
>>>:(
>>>
>>>gtar is still much faster than bsdtar...oh well.
>>
>>What makes gtar so much faster than bsdtar?
>
> I don't know, tkientzle told me once he'd try to look at it, but I
> don't think anything came of it.
bsdtar doesn't overlap I/O and (de)compression.
In some cases, this makes gtar faster.
I still intend to experiment with async I/O and/or
mmap to see if that addresses the difference.
Tim
More information about the cvs-src
mailing list