in reply to Re^2: Why does File::Find chdir?
in thread Why does File::Find chdir?
Admittedly, the cost is fairly cheap these days, since modern kernels can cache a lot of the intermediate directories. But it's still a non-zero cost, and while that might not make a difference for a dozen lookups, it will for a thousand lookups.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Why does File::Find chdir?
by hossman (Prior) on Jul 14, 2004 at 06:06 UTC |