Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug? RE: Un-patch: new pattern matching code
- X-seq: zsh-workers 7411
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Bug? RE: Un-patch: new pattern matching code
- Date: Mon, 9 Aug 1999 17:29:08 +0000
- In-reply-to: <199908090842.KAA25290@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199908090842.KAA25290@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author