Need a Faster Compressor

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Mon May 23 05:04:48 PDT 2016


Am Sun, 22 May 2016 23:42:33 -0700
schrieb Walter Bright <newshound2 at digitalmars.com>:
>
> The file format: 
> http://cyan4973.github.io/lz4/lz4_Block_format.html
> 
> It doesn't look too difficult. If we implement our own LZ4 
> compressor based on that, from scratch, we can boost license it.

That it right. It's pretty simple.
On Monday, 23 May 2016 at 07:30:00 UTC, Marco Leise wrote:
>
> Ok, any volunteers?

Well I am not a compression expert but since I am already working 
on optimizing the decompressor.

The method for archiving perfect compression it outlined here:
https://github.com/Cyan4973/lz4/issues/183


More information about the Digitalmars-d mailing list