[Rpm-maint] [rpm-software-management/rpm] Drop support for external dependency generator (Issue #2373)

Panu Matilainen notifications at github.com
Tue May 2 06:17:56 UTC 2023


Dependency generation never ran in parallel. The difference is that the "new" dependency generator of the last 20 years collects and records dependencies on per-file basis - by running any applicable generators once per each file rather than all at once on per-package basis. This tends to, uh, highlight the startup times of various interpreters.

Parallelizing that piece is a tough cookie and wont make the intrinsic slow-and-stupid go away, I've been looking at an opt-in mode to process multiple files at once (while still collecting the info per file) but this requires a (generally simple) change to generators to take advantage of.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2373#issuecomment-1530941737
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2373/1530941737 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230501/7f58f0cd/attachment.html>


More information about the Rpm-maint mailing list