Skip to content

Improve performance of find_cached_package

find_cached_package was unnecessarily looping over all packages which uses a lot of CPU and could be exceptionally slow when PKGDEST contains a lot of packages.

Merge request reports