aonez / Keka

The macOS & iOS file archiver
https://www.keka.io
4.76k stars 236 forks source link

lzo support #6

Open angleman opened 7 years ago

angleman commented 7 years ago

Any possibility of adding lzo compression support? I ended up buying Snowflower Arc for lzo support but I'd rather use Keka as I prefer it's interface and ability to launch from the context menu.

aonez commented 7 years ago

I was researching some info, might be possible, also LZ4. No timeline yet.

aonez commented 7 years ago

By the way, even in the lzo website it states:

If you need better compression you should take a look at the excellent zlib library. zlib is slower and needs more memory, though.

For even better compression consider using libbzip2 which is distributed with the bzip2 file compressor.

What are the reasons you prefer lzo instead bzip2? Just curious, as I've never used it myself.