mcmilk / 7-Zip-zstd

7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard
https://mcmilk.de/projects/7-Zip-zstd/
Other
4.87k stars 293 forks source link

Add LZO format. #280

Open INDRAPhilip opened 1 year ago

INDRAPhilip commented 1 year ago

LZ4 does an amazing job, plus the original LZO path still does a job that for some may even be better at the level of compression offering.

Version 2.10 being the most up-to-date version of the library.

mcmilk commented 1 year ago

Which version should be included ... is the minilzo with lzo1x_1_compress() and lzo1x_1_decompress() okay?

INDRAPhilip commented 1 year ago

Which version should be included ... is the minilzo with and okay?lzo1x_1_compress()``lzo1x_1_decompress()

I don't know, I just gave the idea, whichever one you think is best for blending would be satisfied.

AVMLOVER commented 1 year ago

Which version should be included ... is the minilzo with lzo1x_1_compress() and lzo1x_1_decompress() okay?

I think both should be included.