NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Regexes (Score:2)
Reply to This
Re:Regexes (Score:2)
Ah, that's plausible. I was also thinking of possible causes for this decrease in performance but didn't think of the obvious case.
And the additional slow-down caused by threads is then also fairly obvious: Perl's regex engine, which is very non-reentrant by nature, has to work more reentrantly now.
Other than that, I agree with mir's comment that with all the new features and bugfixes, the results are very favourable for perl and its porters. I alw