From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15149 invoked by alias); 24 Dec 2017 09:44:16 -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: List-Unsubscribe: X-Seq: 42163 Received: (qmail 11880 invoked by uid 1010); 24 Dec 2017 09:44:16 -0000 X-Qmail-Scanner-Diagnostics: from aok120.rev.netart.pl by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(85.128.245.120):SA:0(-1.9/5.0):. Processed in 10.932077 secs); 24 Dec 2017 09:44:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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.1 X-Envelope-From: psprint@zdharma.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Virus-Scanned: by amavisd-new using ClamAV (15) Date: Sun, 24 Dec 2017 10:43:58 +0100 From: Sebastian Gniazdowski To: zsh-workers@zsh.org Message-ID: Subject: Room for optimization, source "..." vs. eval "$(<...)" X-Mailer: Airmail (442) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="5a3f76df_358eb68f_19e" --5a3f76df_358eb68f_19e Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello (All test results and data are in: https://github.com/zdharma/hacking-private/tree/master/eval-room ) I've compared time of 'source srctest.zsh' and 'eval =22=24(