Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stronger compression algorithms for faster transfer on slower networks #630

Open
M-Gonzalo opened this issue Aug 16, 2024 · 0 comments
Open

Comments

@M-Gonzalo
Copy link

I'm currently working with a setup that has a slower internet connection than your typical lzma throughput, which is sadly still pretty common on huge parts of the world.
On cases like this, using something slower like --zc=lzma or similar would counterintuitively mean finishing earlier.
Of course we wouldn't want to include some esoteric formats that might give better compression at the cost of nobody actually having them installed. 7z's algorithms like lzma2 or even ppmd if it's just text files seem like a safe bet though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant