Googles appar
Huvudmeny

Post a Comment On: cbloom rants

"05-20-11 - LZP1 Variants"

5 Comments -

1 – 5 of 5
Anonymous Anonymous said...

I'm glad you found LZ4 guy's blog -- the both of you have been an inspiration to me (I've started up my fastest-decompression-on-a-4MHz-8088 hobby again).

May 20, 2011 at 11:26 PM

Blogger Cyan said...

Hi Charles

Just to clarify the license situation : LZ4 code is indeed BSD, and this should be clearly written at the top of each source file (LZ4.h and LZ4.c).

Alongside with LZ4 is provided an "example demo program" (main.c), which is not part of LZ4. It just sits there to provide a quick example to any programmer willing to experiment.
The demo program license is GPL.

May 21, 2011 at 12:34 AM

Blogger cbloom said...

Cool, thanks for clarifying, BSD is a good license.

May 21, 2011 at 10:27 AM

Anonymous Anonymous said...

Anyway, I don't think you actually want to use it because it's hard to imagine a scenario where it's the right choice; if you want fast symmetric coding, LZP is probably better; if you don't care so much about encode time then something that spends more time on finding good matches would be a better choice.
Good comparisom with other fast codecs
LZ4 has wicked fast decompression and OK strength.

May 24, 2011 at 3:02 AM

Blogger cbloom said...

Yeah, you're right, I'll amend that, it actually is on the "pareto frontier" for space/speed.

May 24, 2011 at 12:20 PM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.