This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
1aea419
6899f97
)
Merge branch 'Use dfa for UTF-8' into blead
author
Karl Williamson
<khw@cpan.org>
Thu, 5 Jul 2018 20:47:47 +0000
(14:47 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 5 Jul 2018 20:47:47 +0000
(14:47 -0600)
This series of patches moves to using dfa's for checking the syntax of,
and translating from UTF-8 into an equivalent code point value. This
speeds things up; one of the commits includes benchmark numbers.
Trivial merge