Hacker News new | past | comments | ask | show | jobs | submit login

But I think package management with yum was quite inferior. That used to be a problem at least before, for me.



Fedora 22 (released 2015) switched default package managers from yum to dnf. dnf is faster, and better at resolving complex dependency chains. Additionally, its better at rollbacks on the rare occasions these are required. apt-get might still be a hair faster, but they're pretty comparable at this point.


These days are long gone. Fedora switched to DNF, recently they moved to DNF5 which was re-written to C++ and is blazing fast.


C++ isn't the reason it's blazing fast, moreso that they took the rewrite opportunity to improve the parallelism and be more clever about which metadata actually needs to be downloaded instead of downloading all of it, every time.


Do not touch my baby C++ is pretty fast :)

Jokes apart, I guess that not all is procedsing yhere is also IO and other stuff going on here so I would not expect C++ to be critical here for most of the workload.


It was a fair point decade ago, today Fedora's pkg mgmt is miles ahead of what it used to be.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: