Am Sun, 22 May 2016 23:42:33 -0700
schrieb Walter Bright <[email protected]>:

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

Reply via email to