3 Jun
2010
3 Jun
'10
12:10 p.m.
On 6/3/10, Allan McRae <allan@archlinux.org> wrote:
Looks good. Pushed to my post-3.4 branch.
Allan
$ time for i in {1..1000}; do bsdtar -tf /var/cache/pacman/pkg/kernel26-2.6.33.4-1-i686.pkg.tar.xz -q \*
/dev/null; done real 0m18.170s user 0m14.196s sys 0m3.130s
$ time for i in {1..1000}; do file -bizL /var/cache/pacman/pkg/kernel26-2.6.33.4-1-i686.pkg.tar.xz >/dev/null; done real 0m23.273s user 0m7.603s sys 0m9.956s So, Is the only reason the 'case in file -bizL' block is still there is because no one has written a patch for it? Because now you've got your performance sorted out. Andres P