From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1918 invoked by alias); 17 Oct 2015 09:25:23 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36881 Received: (qmail 7491 invoked from network); 17 Oct 2015 09:25:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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 :content-type; bh=g2FgC7hNU6nifY9Q8jx1107D7NF4YowJX8efaCBd9gE=; b=X99L9Ch3QkXwUc7ZsVSXmu59jb8FWl/EIqcR8o27gsJ6A/5rp/WvFE+Pu6VTXREvjt 80SmdfHct1DrSpPptn1tJt187X6h77LIbUJjubHnwRoiZChWbYQslO5jxm/zvIBNXH7R 0zX/IAC9lw6jzD+BTGJr1sFM0zg2LoS6VZr2RDwA3ZUAeSUWTHVb6+N9AUGP4j6yFj1C oATE+lxdHYIuNKZub5co/tkMG/0hiXr2j0IkZ6w9VlEvDBJj1Ve+M+2uY9PKOBNzDpox xkfOc4mbzu8UpZJaJUpM+MV88g4grXkanbSSU8qGEoTd9Kryf+oVcbBunMJmRpUCGTXB Wlow== X-Received: by 10.112.128.162 with SMTP id np2mr7008773lbb.98.1445073918077; Sat, 17 Oct 2015 02:25:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <151010105849.ZM10144@torch.brasslantern.com> <151010170623.ZM16166@torch.brasslantern.com> <151010232045.ZM12931@torch.brasslantern.com> <151011091757.ZM27755@torch.brasslantern.com> <151011103121.ZM8814@torch.brasslantern.com> <151011142204.ZM9103@torch.brasslantern.com> <151012070105.ZM15099@torch.brasslantern.com> <151012173304.ZM15477@torch.brasslantern.com> <151013085246.ZM30504@torch.brasslantern.com> <20151014142722.282d0c5a@pwslap01u.europe.root.pri> <151014092536.ZM32511@torch.brasslantern.com> <151014095009.ZM19954@torch.brasslantern.com> <151014213224.ZM15646@torch.brasslantern.com> <151015173554.ZM30733@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Sat, 17 Oct 2015 11:24:58 +0200 Message-ID: Subject: Re: Slowdown around 5.0.5-dev-0 To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 17 October 2015 at 11:12, Sebastian Gniazdowski wrote: > (5.1.1-dev-0-clean) keeps the memory always low. What's good news is > that the memory usage is lower than in 5.0.2. Also, the patched versions drop down memory usage as soon as test function finishes doing its work. Best regards, Sebastian Gniazdowski