Originally posted by andre30correia
View Post
Announcement
Collapse
No announcement yet.
Canonical's Snap Packaging Switching To LZO Compression For Faster Startup Times
Collapse
X
-
Originally posted by Jumbotron View PostMy God. You Command Line geeks will bitch about anything and everything. Did you even read the blog post at Canonical? Did you see the performance improvements on different platforms? Great improvements!!
So if you REALLY think your particular compression fetish should have been used then get off your bitching asses and code. And then post your results. Otherwise STFU.
Look at the decompression speed, which is what you want in this scenario. LZ4 blows everything else out of the water !
Last edited by Raka555; 27 October 2020, 05:38 PM.
- Likes 15
Comment
-
Definitely a missed opportunity to use LZ4 or ZSTD. Compared to Ubuntu's metric, Arch Linux really gained more from their switch away from XZ: https://www.archlinux.org/news/now-u...e-compression/
0.8% increase in package size, 1300% speedup in decompression.
- Likes 16
Comment
-
Originally posted by Jumbotron View PostMy God. You Command Line geeks will bitch about anything and everything. Did you even read the blog post at Canonical? Did you see the performance improvements on different platforms? Great improvements!!
So if you REALLY think your particular compression fetish should have been used then get off your bitching asses and code. And then post your results. Otherwise STFU.
- Likes 11
Comment
-
I read in the snap forum that they eventually want to go for zstd, but need to support Ubuntu 18.04 which has no support for it. The end game would be to deliver snaps dynamically based on users system, but that will come much later ofcourse.
- Likes 8
Comment
-
Originally posted by caligula View PostUh LZO? Why not zstd?This is covered specifically in my post, but mainly that zstd is not well supported in older distros we would like to support, bionic for instance does not support zstd compression (last I checked, perhaps the 18.04.4 update now supports it, but it did not originally).
We hope to some day be able to move to zstd for compression, but we want to be sure it is maximally compatible, or barring that we have a fallback mechanism for users who install a snap that their machine can’t decompress they will get an alternative snap file which is just compressed with something they support. That requires even more change than just allowing upload of lzo however.
- Likes 6
Comment
-
Originally posted by peterdk View PostI read in the snap forum that they eventually want to go for zstd, but need to support Ubuntu 18.04 which has no support for it. The end game would be to deliver snaps dynamically based on users system, but that will come much later ofcourse.
- Likes 1
Comment
-
Originally posted by elldekaa View Post
- Likes 2
Comment
Comment