emacs-devel
[Top][All Lists]
Advanced

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

Re: Why does not rgrep use "grep -r"?


From: Lennart Borgman (gmail)
Subject: Re: Why does not rgrep use "grep -r"?
Date: Sat, 03 Nov 2007 02:45:03 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

Miles Bader wrote:
"Lennart Borgman (gmail)" <address@hidden> writes:
Probably because find has been optimized for, umm, finding files.  There
are quite a few things you can do to speed up directory traversal.
I guess it also depends on what kind of OS you are using, is process
creation cheap or not.

Neither method should use many processes unless the command-line
arg limit is very short (though on windows, maybe that's the case...).

-Miles

I believed that grep had to be started many times. Is not that the case?




reply via email to

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