The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Compress::Huffman

0.08 2019-01-10

- Sort the keys (LNATION)

0.07 2017-09-01

- Remove "inf" (infinity) for the benefit of Windows Perls

0.06 2017-08-31

- Order the encodings consistently each time

0.05 2016-09-21

- xl works correctly for non-probability distributions

0.04 2016-08-24

- Add save and load methods

0.03 2016-02-05

- Check individual inputs are positive
- Improve documentation

0.02 2016-02-04

- Implement encode and decode
- Add encode_array method
- Add table method
- Add documentation examples

0.01 2016-02-04

- Initial version