this post was submitted on 26 Jan 2025
318 points (97.0% liked)

Programmer Humor

20039 readers
1254 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Same could be said about other distros, btw ;)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 days ago

Also remember that systemd isn't generally doing this in series, waiting for each unit before starting the next. It's firing off a bunch of units and then continuing what it does. If it were measuring the actual time that a unit takes without including the fact that it's waiting for resources that other units are using, it's highly unlikely that bare, which is basically empty, would take longer than massive snaps like Firefox and the GNOME content snaps.

Theoretically with a huge number of snaps and slow enough storage media this could have a noticeable effect, but in practice that case is highly unlikely.