In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dd3d2a3fc516b35d3b1c2ac8dfb860b57aed3b58?hp=c551bb019448883c2c8b94191e223158c6d40b29>
- Log ----------------------------------------------------------------- commit dd3d2a3fc516b35d3b1c2ac8dfb860b57aed3b58 Author: David Mitchell <[email protected]> Date: Mon Dec 12 13:20:40 2016 +0000 perldelta - DAPM's recent significant changes ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 73cee596a1..5848856a79 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -102,6 +102,12 @@ There may well be none in a stable release. We use a different hash function for short and long keys. This should improve performance and security, especially for long keys. +=item * readline is faster + +Reading from a file line-by-line with c<readline()> or C<< <> >> should +now typically be faster due to a better implementation of the code that +searches for the next newline character. + =back =head1 Modules and Pragmata -- Perl5 Master Repository
