diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-28 15:20:56 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-01 14:05:41 +0200 |
commit | 72de20cdcc84ae35e0d8a55c7a92950fece19347 (patch) | |
tree | fde310b665c99a781df72f0aeab31f0e8ba8225e /META.yml | |
parent | b606cf7f37b8b46206c7f521b29167e037397a62 (diff) | |
download | perl-72de20cdcc84ae35e0d8a55c7a92950fece19347.tar.gz |
For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.
The assumption is that most studied strings are fairly short, hence the pain
of the extra code is worth it, given the memory savings.
80 character string, 336 bytes as U8, down from 1344 as U32
800 character string, 2112 bytes as U16, down from 4224 as U32
Diffstat (limited to 'META.yml')
0 files changed, 0 insertions, 0 deletions