[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] two minor tweaks to runtime.c
From: |
Alex Shinn |
Subject: |
Re: [Chicken-users] two minor tweaks to runtime.c |
Date: |
Thu, 29 Sep 2011 12:33:41 +0900 |
On Thu, Sep 29, 2011 at 12:25 PM, Alan Post <address@hidden> wrote:
>
> How did irregex, which by account is slower, replace the existing
> regex code?
I didn't make the call, but as I understand that was motivated
by portability concerns, simplifying the Chicken distribution,
and avoiding the frequently occurring memory bugs in PCRE.
So speed wasn't a concern, but there is a class of regexps
for which irregex is exponentially faster than PCRE.
--
Alex
- [Chicken-users] two minor tweaks to runtime.c, Jörg F . Wittenberger, 2011/09/27
- Re: [Chicken-users] two minor tweaks to runtime.c, Peter Bex, 2011/09/27
- Re: [Chicken-users] two minor tweaks to runtime.c, Jörg F . Wittenberger, 2011/09/27
- Re: [Chicken-users] two minor tweaks to runtime.c, Alan Post, 2011/09/27
- Re: [Chicken-users] two minor tweaks to runtime.c, Alex Shinn, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c, Alan Post, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c, Alex Shinn, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c, Alan Post, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c,
Alex Shinn <=
- Re: [Chicken-users] two minor tweaks to runtime.c, Alan Post, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c, Toby Thain, 2011/09/28
- Re: [Chicken-users] two minor tweaks to runtime.c, Jörg F . Wittenberger, 2011/09/29
- Re: [Chicken-users] two minor tweaks to runtime.c, Alaric Snell-Pym, 2011/09/29
- Re: [Chicken-users] two minor tweaks to runtime.c, Jörg F . Wittenberger, 2011/09/29
- Re: [Chicken-users] two minor tweaks to runtime.c, Alaric Snell-Pym, 2011/09/29
- Re: [Chicken-users] two minor tweaks to runtime.c, John Cowan, 2011/09/29
- Re: [Chicken-users] two minor tweaks to runtime.c, Alaric Snell-Pym, 2011/09/29