From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24727 invoked from network); 9 Aug 1999 17:29:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Aug 1999 17:29:21 -0000 Received: (qmail 2348 invoked by alias); 9 Aug 1999 17:29:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7411 Received: (qmail 2341 invoked from network); 9 Aug 1999 17:29:12 -0000 From: "Bart Schaefer" Message-Id: <990809172908.ZM30154@candle.brasslantern.com> Date: Mon, 9 Aug 1999 17:29:08 +0000 In-Reply-To: <199908090842.KAA25290@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Bug? RE: Un-patch: new pattern matching code" (Aug 9, 10:42am) References: <199908090842.KAA25290@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: Bug? RE: Un-patch: new pattern matching code MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 9, 10:42am, Sven Wischnowsky wrote: } Subject: Re: Bug? RE: Un-patch: new pattern matching code } } P.S.: At least simple things like ${a#*/}, ${a%/*}, ${a##*/}, and } ${a%%/*} seem to be circa three times slower than before for me. (I saw the followup about -O2 eliminating this.) It does appear that a shell compiled for debugging starts up noticably slower with the new code (and using my init files). I use a LOT of "case ... exac" tests in my init files with fairly simple patterns in the labels (often with no wildcards, occasionally with only (|) alternation). -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com