LZW & Huffman - BitArray implimentations & examples
Era Scarecrow
rtcvb32 at yahoo.com
Sun Jan 6 13:54:00 PST 2013
On Sunday, 6 January 2013 at 21:14:08 UTC, Dmitry Olshansky wrote:
> 07-Jan-2013 00:51, Era Scarecrow wrote:
>> Nearly done. Got a working LZW, multi-level huffman working,
>> only cleanup/refactoring to do, and a way to save/load the
>> tree structure for external storage.
>>
>> Do I assume you would want me to post it? (Even incomplete and
>> lacking a good portion of documentation/unittests)
>
> Sure thing! I'd love to check it out.
Here you go. It's about 16k currently (5k for LZW, 10k for MLH).
I write on the fly so some of it isn't as thought out as it could
be.
https://github.com/rtcvb32/Side-Projects/blob/master/mlh.d
More information about the Digitalmars-d-learn
mailing list