LZW & Huffman - BitArray implimentations & examples

Dmitry Olshansky dmitry.olsh at gmail.com
Mon Jan 7 11:06:20 PST 2013


07-Jan-2013 01:54, Era Scarecrow пишет:
> 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

Thanks, unfortunately I got busy with my own stuff ... bookmarked for 
review.

-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list