Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh slow and hogs cpu when using */*/*.ext on large file tree
- X-seq: zsh-users 21080
- From: KARBOWSKI Piotr <piotr.karbowski@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh slow and hogs cpu when using */*/*.ext on large file tree
- Date: Fri, 11 Dec 2015 20:01:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=BUczlHFXHDTxHwHshQ3Zxdp3WS96FwGCrED1zBIV3FQ=; b=MIU65CfNgSLVfY+m+7Zi9e7kn9cnQVVcz50LXH0NnEujfqt5BRtDy+ntIbbWz/we6+ cFyYCU538nkA1LsdqRfBj/QEFMqEEF8Vqtf/NuqP3DkfF+c4EigIHkJ2MZXXHVxWULs/ UUz7Go7xGPv4nHKyUI9wG62bXUtv9F0OMJZdXd9d4g7a/DB14uYxpysCYMdpXtpylPQg whSfswfaS4Tz3eHYRmvdrNE412c21auWKfw1I1mopOp8egqA9QY510CS4wN0MoEU6lFi rKyiyUMExH/BnS+O6qpWYxbLfbiGi/daI6iv0T+oKeqwpvXdBUVe5FrtWh8mRIj46ebs s/gA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I've come a cross issue with zsh where using the */*/*.ebuild on
Gentoo's portage tree take about 20 secounds and hogs 100% of single CPU
core before it builds the list of files to act on.
Something like `grep foo */*/*.ebuild` does not even start the grep for
20 seconds.
Running `find . -maxdepth 3 -name \*.ebuild` or running `grep foo
*/*/*.ebuild` under bash does not seems to suffer from the same issue.
The system is rather powerful and the storage is on ssd thus I believe
the issue is within zsh and not the hardware.
-- Piotr.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author