zsh-users
 help / color / mirror / code / Atom feed
* zsh slow and hogs cpu when using */*/*.ext on large file tree
@ 2015-12-11 19:01 KARBOWSKI Piotr
  2015-12-11 21:46 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 9+ messages in thread
From: KARBOWSKI Piotr @ 2015-12-11 19:01 UTC (permalink / raw)
  To: zsh-users

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.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-12 17:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 19:01 zsh slow and hogs cpu when using */*/*.ext on large file tree KARBOWSKI Piotr
2015-12-11 21:46 ` Sebastian Gniazdowski
2015-12-12 16:06   ` KARBOWSKI Piotr
2015-12-12 16:24     ` Sebastian Gniazdowski
2015-12-12 16:33       ` Sebastian Gniazdowski
2015-12-12 16:43         ` Piotr Karbowski
2015-12-12 17:03           ` Sebastian Gniazdowski
2015-12-12 17:18             ` Sebastian Gniazdowski
2015-12-12 17:42           ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).