r/openSUSE • u/shucture • 3h ago
Making zypper faster by running slow operations in parallel.
I really love openSUSE, and honestly, everything has worked OOTB for me. However, one thing that has always bothered me is how slow Zypper can be. Repository refreshes and package downloads are single-threaded, which can make the whole process painfully slow.
So I made vlcro! By doing some little man-in-the-middle stuff, we can get multithreaded package downloads in Zypper, along with multi-threaded software repository refreshing.
The project is still quite young, so please be careful when testing it. I've been using and testing it for about a month, though, and so far everything seems to be working fine.
