Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
613 views

What're lzo and lzf, and the differences?

Hi I heard of lzo and lzf and seems they are all compression algorithms. Are they the same thing? Are there any other algorithms like them(light and fast)?
2
votes
2answers
183 views

LZF may compress with different algorithms

I am using libLZF for compression in my application. In the documentation, there is a comment that concerns me: lzf_compress might use different algorithms on different systems and even different ...
0
votes
1answer
63 views

Files needed to include when using liblzf

i want to use liblzf in my application that is written in c++ The description on the site says that It only uses 2 .c and 2 .h files but the tar.gz file contains 3 .h and 3 .c files. Can anyone tell ...