This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use a perfect hash for Unicode property lookups
authorKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 05:16:33 +0000 (23:16 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 20 Apr 2018 07:11:54 +0000 (01:11 -0600)
commitafde5508f26243045d5c09a28d2f6465c15ad1ce
tree980643a7f04f16c446f3f40ccdbd31bed828239b
parentc2300ef8be26c9fc3c8b6b2c2010436e21614d19
Use a perfect hash for Unicode property lookups

The previous commits in this series have been preparing to allow the
Devel::Tokenizer::C code to be swapped out for the much smaller perfect
hash code.
MANIFEST
Makefile.SH
charclass_invlists.h
embed.fnc
embed.h
proto.h
regen/mk_invlists.pl
uni_keywords.c [deleted file]
uni_keywords.h [new file with mode: 0644]
utf8.c