Apple Open-Sources its Compression Algorithm LZFSE
1–10 of 219 posts
Re: Apple Open-Sources its Compression Algorithm LZFSE
#2Re: Apple Open-Sources its Compression Algorithm LZFSE
#3We are bank of hackers based in the UK, US, Canada we offer services such as school grades change, DDOS, database hack, credit, criminal records, bank transfer, social network hack, emails, password retrieval and all forms of hack, contact GURULEADS hackers today via email demonteco@outlook.com
Re: Apple Open-Sources its Compression Algorithm LZFSE
#4Here's the github link
https://github.com/lzfse/lzfse
Re: Apple Open-Sources its Compression Algorithm LZFSE
#5[deleted]
Re: Apple Open-Sources its Compression Algorithm LZFSE
#6So... basically a clone of LZ4?
Re: Apple Open-Sources its Compression Algorithm LZFSE
#7Interesting to see a benchmark against .zip and .gz in terms of file reduction and uncompress time.
Re: Apple Open-Sources its Compression Algorithm LZFSE
#8So... basically a clone of LZ4?
Basically an Apple-specific reimplementation of Zstd: https://github.com/Cyan4973/zstd
Re: Apple Open-Sources its Compression Algorithm LZFSE
#9If you want to see some crazy C code, check out this file from the GitHub repo: https://github.com/lzfse/lzfse/blob/master/src/lzvn_encode_b...
Re: Apple Open-Sources its Compression Algorithm LZFSE
#10I just quickly tested it, in terms of highest compression ratio it still does not beat xz, e.g. `tar -cf -FILE | xz -c9e > FILE.tar.xz`
https://blog.benmarten.me/2016/04/01/Compress-Files-With-Hig...