This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimize /[a-z]/ and /[A-Z]/
authorKarl Williamson <khw@cpan.org>
Sun, 27 Apr 2014 16:53:00 +0000 (10:53 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 16:24:27 +0000 (10:24 -0600)
commit0a954c3f1e837da7f716af0447170db9d09406ee
tree1b7891b65cf72a3dea34a04ed684cf613693c0a4
parent8373491aaf51cff82a66edde8d9909cbb51f03e9
Optimize /[a-z]/ and /[A-Z]/

These bracketed character classes can easily be optimized into smaller
probably faster regops that match identically.
regcomp.c