]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As suggested by Julian Elischer, use a self-sizing hash
authorkientzle <kientzle@FreeBSD.org>
Thu, 15 Apr 2004 22:37:54 +0000 (22:37 +0000)
committerkientzle <kientzle@FreeBSD.org>
Thu, 15 Apr 2004 22:37:54 +0000 (22:37 +0000)
commit2b19543d6c25a0cb41471328b2231cf8b28a08a2
tree63854c015a3c1c11aa0d4ca3483b033926773747
parent7d7307d2e1689754b4def7b381a46fd20919d442
As suggested by Julian Elischer, use a self-sizing hash
table for the hardlink cache.  This dramatically improves
performance when archiving millions of hardlinked files.

While I'm here, clean up some style bugs (per Bruce Evans)
and clarify some comments.
usr.bin/tar/bsdtar.c
usr.bin/tar/bsdtar.h
usr.bin/tar/util.c
usr.bin/tar/write.c