Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Slow Regex - How to Optimize

by noslenj123 (Scribe)
on Aug 30, 2005 at 18:50 UTC ( [id://487973]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Slow Regex - How to Optimize

As usual, I didn't explain the concept of what I'm trying to accomplish along with the problem.

I gather a list of created subroutines by parsing the .h files. That creates %SUBS.

For each $sub in %SUBS I need to gather all the subroutines that the $sub calls, but only if is exists in %SUBS.

From all your inputs I have learned how to work with the code as a string and apply the regex in a while loop which is so far much faster. I'm trying something like:

while ( $data =~ /\b([a-zA-Z]+)\b\s*\(/g ) { print "$1\n"; }
Thanks for the direction! I'll post results and look for more advice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://487973]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.