Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Next release (5.3)
- X-seq: zsh-workers 38792
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Next release (5.3)
- Date: Tue, 5 Jul 2016 08:00:52 +0200
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=dfaqX8Ch25o+4sSOW0vtSdccgoZ2hyBTtr2Y/7qw7PY=; b=BXkQknrPfWIzkiJ91kufJaSFYtlS1ocB9Nh02n6cS2Bz440NVmkErWK1eWMkQBs4+b GKxzDc02m3TdtKPhkGsM9vCqOMI9S00tSzhvVHnl2izgxpM3N7aCq8M6+IsgSiB2fmq4 /3Byq5JSpEBnhw9RAGobv9VBTPfZljsW3V9BCVUB4yYVy0KSC9R+x0KbpOPCNA4jq3jb W9mUjaXyVGIiKKUdYyCs8gaOVjGxd7eI2TUQV8x92uftGsvW01qfdJNYh12GynHgMOz2 AkoFGr7gDMAgZVAQ0jY/G/HGUoms0C/UYTJ/eMmrhffleP5HrMid2h08e01TRQ5N51Nj duLg==
- In-reply-to: <160704080424.ZM12848@torch.brasslantern.com>
- 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
- References: <20160704114016.190f48be@pwslap01u.europe.root.pri> <160704080424.ZM12848@torch.brasslantern.com>
On 4 July 2016 at 17:04, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> (4) Sebastian's mysterious slowdown on the first run of a nested
> pair of autoload functions
Isn't this settled? Large data passed to positional parameters uses
heap, high heap usage causes slowness. Double call with the same large
positional parameters – twice as much heap usage, and more slow down.
That's why the trick "repeat 1; do ... done" helped less, but still
helped.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author