![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Efficient regex search on array tableby sectokia (Pilgrim) |
on Dec 15, 2022 at 02:35 UTC ( #11148879=note: print w/replies, xml ) | Need Help?? |
Some suggestions: Use Devel::NYTProf to actually benchmark properly and really see where your time is going. Use the 'next' key word to go to the next item iteration in the loop when you know the row cannot match anymore, you don't need those rX counters. Example:
In Section
Seekers of Perl Wisdom
|
|