in reply to Re: Perl regexp matching is slow??
in thread Perl regexp matching is slow??
You're missing the statistics there. The P.C.R.E. approach takes twenty seconds for a?30a30, a reasonably simple regex, and continues to slow exponentially for longer patterns. That's not ‘fast enough’ by any standard.