Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
(bug report) Starting zsh takes ~5 seconds with the latest commits after 20th of September with big history file
- X-seq: zsh-workers 28303
- From: Evgeny Burmentyev <vir.found@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: (bug report) Starting zsh takes ~5 seconds with the latest commits after 20th of September with big history file
- Date: Sun, 26 Sep 2010 22:12:31 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=MEbFWM/zVY1BzkzL+nAF/5sEFqtWZ8SR2OEsIMaVOEg=; b=QKhjLMGO0gjgB5qFnrZ1aNNG47PXOZUjyaUnrMR+NfiEgZksZxi58r3FzkV+aao3g1 SyFwwrolkA0eZVl9/83VXQNjBodcfXUjrljzGMANNx2piL1+L2aSvm3NErkNK5EQuXif k8Zr0zkdtG9uMldJgfxe4WSHNp2+WhC3DjM5I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=OOMXbvZAYJzTZXY9u31hbyZT+7y/VFWCZhJuTIm3+h0olh1F7qsjvjbktiUMQw5QKL PW2tsTC0D/3EaNov7QesTz3KbPpAXk+Ov1H3RxtJF7r/gUFEWNjJCKPN+fFGW1oRUWuu LkU9BzXIUzC4Cz2IFhoyJTHPeZ6vgZ6Sau+Yc=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Linux arch 2.6.35-ARCH #1 SMP PREEMPT Tue Sep 21 11:00:23 UTC 2010 i686
Intel(R) Core(TM)2 Duo CPU T5870 @ 2.00GHz GenuineIntel GNU/Linux
HISTSIZE=50000
SAVEHIST=50000
With the current version from cvs:
Output of $strace zsh
http://sprunge.us/bKCj
Output of $time zsh (and ^D right after it)
zsh 10.35s user 0.06s system 82% cpu 12.613 total
With the version from cvs prior to 2010-09-10:
Output of $strace zsh
http://sprunge.us/behC
Output of $time zsh (and ^D right after it)
zsh 1.29s user 0.03s system 72% cpu 1.825 total
I did only these tests, but I'm pretty sure, it began not before 20th of
September. I use zsh on daily basis and try not to miss new commits.
And this huge delay happens not only when starting zsh, but after
logging off it as well (^D). Otherwise ok.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author