On OSX 10.8 with Perl 5.16 and Perl6/MoarVM 2014.08 I ran these one-liners against a 17Mb Apache log file:
perl -wnl -E 'say $1 if /\b(\w{5})\b/' logs.txt perl6 -n -e 'say $0 if ~~ m/(<<\w**5>>)/' logs.txtPerl 5 took 1.2 seconds and Perl6 2mins. 49 seconds so I'm not confident that Perl6 will ever be anywhere near Perl 5 for common use cases such as this.
In reply to Re: Rakudo Perl 6 and MoarVM Performance Advances
by gunzip
in thread Rakudo Perl 6 and MoarVM Performance Advances
by raiph
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |