From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [SCM] packages/python3-module-pygobject: heads/sisyphus
Date: Tue, 9 Apr 2013 13:51:34 +0400
Message-ID: <20130409095134.GB376@altlinux.org> (raw)
In-Reply-To: <5163DBED.4050402@altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]
On Tue, Apr 09, 2013 at 01:14:21PM +0400, Paul Wolneykien wrote:
> 09.04.2013 10:42, Dmitry V. Levin пишет:
> >Я посмотрел логи последней тестовой
> >пересборки, там более 60
> >пакетов python*-module-*, в которых используется
> > for var in $(find
> >и что-то мне подсказывает (не глядя в
> >спеки), что все это будет
> >гораздо лучше работать в форме
> > find -exec ... +
>
> А почему так? "for" же встроенная
> конструкция, а find -exec наверняка на каждый
> exec форкает отдельную оболочку.
Если я расскажу, как именно оно происходит, вы же все равно не поверите.
И правильно сделаете, зачем верить на слово, когда можно проверить
собственноручно. Сравните
strace -feexecve -o '|grep -Fc execve' sh -c 'for f in $(find /usr/ -type f -name "*.py"); do ls -- "$f"; done > /dev/null'
и
strace -feexecve -o '|grep -Fc execve' sh -c 'find /usr/ -type f -name "*.py" -exec ls -- {} + > /dev/null'
Можете еще и время сравнить:
time sh -c 'for f in $(find /usr/ -type f -name "*.py"); do ls -- "$f"; done > /dev/null'
против
time sh -c 'find /usr/ -type f -name "*.py" -exec ls -- {} + > /dev/null'
Только сперва убедитесь, что я предварительно не нахимичил с
/usr/bin/{strace,time} ;)
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2013-04-09 9:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 6:25 ` Dmitry V. Levin
2013-04-09 6:42 ` Dmitry V. Levin
2013-04-09 6:46 ` REAL
2013-04-09 6:53 ` Dmitry V. Levin
2013-04-09 7:57 ` Aleksey Avdeev
2013-04-09 8:15 ` REAL
2013-04-09 9:14 ` Paul Wolneykien
2013-04-09 9:51 ` Dmitry V. Levin [this message]
2013-04-09 10:19 ` Aleksey Avdeev
2013-04-09 10:32 ` Aleksey Avdeev
2013-04-10 18:04 ` [devel] "find -exec +" vs "find | xargs" Dmitry V. Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130409095134.GB376@altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git