NeoApplications / Neo-Backup

backup manager for android
GNU Affero General Public License v3.0
2.52k stars 124 forks source link

[Feature Request] Zstd Compress Algorithm Support #723

Closed Chaotze closed 1 year ago

Chaotze commented 1 year ago

zstd is a new lossless compression algorithm open sourced by Facebook in 2016. Its advantages are outstanding compression ratio and compression/decompression performance.

In the compression scenario I tested, the compression rate is double that of gzip, and the compression performance is comparable to or even better than lz4 and snappy, and more than 10 times that of gzip.

Performance comparison of common lossless compressor

You can also go to the official blog post or Wikipedia to learn more about this outstanding and new-fashion compress toolkit.

Sincerely hope that you will apply zstd to the following releases of Neo Backup.

I hope that Neo Backup becomes faster and better!

machiav3lli commented 1 year ago

Duplicate of #444 . As always suggested, try to check if an issue is already open before opening a new one.