Closed
Description
We have a list of selected packages. We get all their dependencies, and then filter it to remove any of the selected packages. The filtering works by... traversing the list of selected packages.
So assuming the selected packages have >=1 dependency, this is at least quadratic in the number of selected packages. (Actually more like O(number of packages * number of dependencies per package)
, but that's even worse).
Metadata
Metadata
Assignees
Labels
No labels