bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#71094: [PATCH] Prefer to run find and grep in parallel in rgrep


From: Dmitry Gutov
Subject: bug#71094: [PATCH] Prefer to run find and grep in parallel in rgrep
Date: Wed, 22 May 2024 22:59:28 +0300
User-agent: Mozilla Thunderbird

On 22/05/2024 22:36, Manuel Giraud wrote:
Ok, good to know.  Here is some new numbers:

$ time find /usr/src -type f -exec grep "DIZ_-{)9064gd" {} +
     0m11.74s real     0m05.54s user     0m06.14s system
$ time find /usr/src -type f -print0 | xargs -0 grep "DIZ_-{)9064gd"
     0m11.70s real     0m05.59s user     0m06.50s system

Looks about the same. I think that helps, thank you.





reply via email to

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