![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^2: Rakudo Perl 6 and MoarVM Performance Advancesby grondilu (Friar) |
on Sep 05, 2014 at 06:14 UTC ( #1099627=note: print w/replies, xml ) | Need Help?? |
That's not great indeed. I don't really hope this will make much of a difference, but you did not have to capture the match with parenthesis. You could have just used $/: perl6 -n -e 'say $/ if m/<<\w**5>>/' logs.txtOn the other hand, even if this does make a difference, the optimizer should have converted it automatically.
In Section
Perl News
|
|