Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package_managers: rpm: Refactor the _download function
We're iterating through both the list of RPMs and SRPMs in the lockfile separately. By employing iterators and chaining them we can not only make the code more compact, but also provide roughly an ~8% speed-up in YAML data processing before the actual async download commences. Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information