Revision history for Data::PerfectHash::Shared
0.02 2026-08-12
- Regenerate README from the POD: it still described the image as portable
across differing word sizes, whereas load() requires the same byte order.
- Hardening: re-entrancy with tied and overloaded arguments, and DESTROY on
an invocant that is not one of ours.
- Documentation and test-harness corrections.
0.01 2026-07-28
- Initial release.
- Compact CHD index: the per-bucket displacement array is stored
byte-packed at the minimal fixed width (1..4 bytes/entry) over
ceil(n/6) buckets, for roughly 4 bits/key (on-disk format v2).