On 05/16/14 11:47, bearophile via Digitalmars-d-learn wrote: >> There are of course ways to implement a really efficient ZLW compressor in >> D, and such implementation could be added as third D entry if it manages to >> be not too much long, > > Third version added: > http://rosettacode.org/wiki/LZW_compression#More_Efficient_Version > > I have tried to make it idiomatic D, but some of the C style is probably > still present.
Ugh. So how does it perform wrt the D version that I wrote for you last time? [1] [1] http://forum.dlang.org/post/mailman.2132.1353592965.5162.digitalmar...@puremagic.com) artur