in reply to Re^2: Rakudo Perl 6 and MoarVM Performance Advances
in thread Rakudo Perl 6 and MoarVM Performance Advances
Additionally, appending for lines gives a significant gain over using -n, so that needs works as well.
EDIT: I agree that '-n' should be what is used here, I was moreso posting in the interest of figuring out why that's so slow. I just made a PR which seems to bring the time for '-n' to be more like that of 'for lines'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Rakudo Perl 6 and MoarVM Performance Advances
by gunzip (Monk) on Sep 05, 2014 at 07:36 UTC | |
by moritz (Cardinal) on Sep 05, 2014 at 09:40 UTC |
In Section
Perl News