Skip to content

Commit e792078

Browse files
committed
Perldelta for reverse string copies in one pass
1 parent d0b93b3 commit e792078

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pod/perldelta.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ There may well be none in a stable release.
8989

9090
=item *
9191

92+
String reversal from a single argument, when the string buffer is not
93+
"swiped", is now done in a single pass and is noticeably faster.
94+
The extent of the improvement is compiler & hardware dependent.
95+
[GH #23012]
96+
97+
=item *
98+
9299
XXX
93100

94101
=back

0 commit comments

Comments
 (0)