This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Generate some delta tables
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 Jan 2012 16:51:58 +0000 (09:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Feb 2012 23:29:31 +0000 (16:29 -0700)
commitbf7fe2df5e62a989d05ef5bc74eeddc134b7594e
tree09fb278472ed8eca5a6839ff8842726cc111783c
parented307795c2d094385cb96962549a9d4d1aeb5f70
mktables: Generate some delta tables

This commit has the effect of changing the non-legacy tables for the lc,
uc, tc, and fc properties to use maps of deltas from the code points
instead of the code points themselves, thus shortening them
significantly, and hence the time required to search through them.

Note that these tables are new, and currently used only by Unicode::UCD.
A future commit will change the Perl core to use them.
lib/Unicode/UCD.pm
lib/Unicode/UCD.t
lib/unicore/mktables