Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Script far too slow with large files - wisdom needed!

by blahblahblah (Priest)
on Jan 23, 2016 at 13:09 UTC ( [id://1153461]=note: print w/replies, xml ) Need Help??


in reply to Re: Script far too slow with large files - wisdom needed!
in thread Script far too slow with large files - wisdom needed!

I've gotten good results from this too. In cases where you have a big regex which is too complicated to break down, you can do both: first, use index to do a simpler test. If that passes, then go on to use the full regex.
  • Comment on Re^2: Script far too slow with large files - wisdom needed!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found