From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14159 invoked by alias); 16 Oct 2015 00:35:57 -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: 36872 Received: (qmail 6262 invoked from network); 16 Oct 2015 00:35:56 -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 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=oe6U7j8BBU0M1y/jQdmbxlRYP0KDdVpy6d6ggrn9S0Q=; b=bmjuXv3tbGNfX/vRNlf+Uxz1Pp0pd1W9JHsM2d/cDKec0EvaeWjRVK2ARaGo1DXG7g Fixvx7cwCczbvP79TENyG8McNkj86gZniqsytS0iSz7wtpqrdR3yCHbJ+XBLyOxIq7+p NAI2fWVJWrFXTN1GfUF5JdQ+OdD3WxQyoKth1ia+ESaI2Rul0kTCwfriOln3WvVYO0TS VaYuC0Rc34GGQZT33mzZCOLRhqn7SOVQM/KkqrOgQ9kZ2ghP+fHLrEbQHu9IX0BZHoXc FsB5j4uOEfLwNPSv2BWgAbrixHjDangrvUM3XHfLTRNobxqEmM1CF3vx7sOYppEp+9Hm hqgw== X-Gm-Message-State: ALoCoQns74UWJleuj8aHAKvCA1KwQmm+wHBMGxO5lMMr8B1wdhsUjTxpFVBYY9Pw8UqOD5kPl0RT X-Received: by 10.202.179.69 with SMTP id c66mr7453547oif.67.1444955755236; Thu, 15 Oct 2015 17:35:55 -0700 (PDT) From: Bart Schaefer Message-Id: <151015173554.ZM30733@torch.brasslantern.com> Date: Thu, 15 Oct 2015 17:35:54 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Re: Slowdown around 5.0.5-dev-0" (Oct 15, 3:03pm) 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> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Slowdown around 5.0.5-dev-0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 15, 3:03pm, Sebastian Gniazdowski wrote: } } https://github.com/psprint/zsh-tools/blob/master/mem-test.zsh } } # Tests for zsh-5.1.1-dev-0-clean } string_test 5.76171875 } array_test 2.703125 } } Results are in megabytes of RES memory. The first set is for 5.0.2. It } seems there is something causing high memory usage, which isn't } activated for the array test, only for string_test. The array test only iterates 10000 times, the string test 50000 ? Does that not account for the difference?