Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: 5.10.0 regex slowdown

by ysth (Canon)
on Feb 27, 2008 at 09:35 UTC ( [id://670558]=note: print w/replies, xml ) Need Help??


in reply to 5.10.0 regex slowdown

I ran in to this too and talked with demerphq about it. It looks to me like when an alternation series gets too long, it uses BRANCHJ instead of BRANCH, because LONGJMP is needed to jump to the end of the series. And I think the trie optimization only kicks in for BRANCHes. This may be simple to fix or it may not. Any hardy souls out there want to dive in?

A simple testcase: compare

perl -we'use re "debug"; qr/@{[join"|","a000".."u999"]}/'
to
perl -we'use re "debug"; qr/@{[join"|","a000".."v999"]}/'
(on 5.8.x as well, to see the pre-optimization difference).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://670558]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found