Skip to content

Commit

Permalink
perldelta for Unicode property performance gains
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Williamson committed Aug 26, 2012
1 parent aff163d commit a3d5177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pod/perldelta.pod
Expand Up @@ -64,7 +64,10 @@ There may well be none in a stable release.

=item *

XXX
Speed up in regular expression matching against Unicode properties. The
largest gain is for C<\X>, the Unicode "extended grapheme cluster". The
gain for it is about 35% - 40%. Bracketed character classes, e.g.,
C<[0-9\x{100}]> containing code points above 255 are also now faster.

=back

Expand Down

0 comments on commit a3d5177

Please sign in to comment.