Originally posted by Raka555
View Post
Announcement
Collapse
No announcement yet.
Canonical's Snap Packaging Switching To LZO Compression For Faster Startup Times
Collapse
X
-
- Likes 1
-
Originally posted by jacob View Post
I guess I mainly agree with you in this case, but in the OP's defense (and acknowledging that he was probably too quick on the draw here), maybe like many of us he's just fed up with the ubiquitous bitching about tech decisions just because Someone's Pet Thing didn't get selected. It's all the time why Qt, why not GTK? Why snap, why not flatpak? Why Linux, why not ***BSD? Not to mention the special category of whiners who always obsess about hobby projects, the more obscure the better it seems. Why GNOME, why not dwm? Why systemd, why not s6? Why Rust, why not Jai? Etc. Bottom line, people should either get a life, or get involved in the project they complain about.
If someone has an issue with systemd or GTK or wayland or wathever, let them voice it.
People might actually learn something if every thread does not fray into mud slinging...Last edited by Raka555; 27 October 2020, 08:47 PM.
- Likes 2
Comment
-
Originally posted by rektide View Postthe benchmarks include a 4.15 kernel that's probably why is lzo & not any other compression tested
- Likes 6
Comment
-
Originally posted by cl333r View PostAny reason why flatpaks startup are faster than snaps?
Snaps are instead compressed SquashFS filesystem files, which are mounted individually and decompressed on the fly when run. The snap files are found in /var/lib/snapd/snaps and mounted to /snap/<app> at boot.
- Likes 6
Comment
-
Originally posted by Veto View Post
Because flatpaks are decompressed, when installed. The decompressed files are found in /var/lib/flatpak/app/<app>
Snaps are instead compressed SquashFS filesystem files, which are mounted individually and decompressed on the fly when run. The snap files are found in /var/lib/snapd/snaps and mounted to /snap/<app> at boot.
- Likes 4
Comment
-
Originally posted by Veto View Post
Because flatpaks are decompressed, when installed. The decompressed files are found in /var/lib/flatpak/app/<app>
Snaps are instead compressed SquashFS filesystem files, which are mounted individually and decompressed on the fly when run. The snap files are found in /var/lib/snapd/snaps and mounted to /snap/<app> at boot.
- Likes 4
Comment
-
Originally posted by caligula View PostUh LZO? Why not zstd?
not sure if this is the case with squashfs, but i had this in my postgresql setup where i tried to use zstd to pack my wal files. slave server would often go out with OOM when unpacking them for some mysterious reason. i had to switch to gz in that case, although i could have tweaked some zstd settings.
Comment
Comment