bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Speeding up GNU tar file I/O ?


From: Paul Eggert
Subject: Re: [Bug-tar] Speeding up GNU tar file I/O ?
Date: Sun, 22 Jan 2006 01:01:56 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Kaveh R. Ghazi" <address@hidden> writes:

> Could the chdir machanism I described above be considered instead?

A reasonable suggestion, but these days it might be better to use
openat instead of chdir.  That is what CVS coreutils is doing.  (It
uses some new gnulib code to port to systems that lack openat.)

openat is currently only available in recent-enough versions of glibc
and Solaris, so the code is a bit slower elsewhere, but the difference
is not great and I don't think we need to worry overmuch about
performance on older systems.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]