]> git.donarmstrong.com Git - debbugs.git/commit
In Debbugs::Package, do not double search for binary packages
authorDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 17:04:18 +0000 (10:04 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 30 Jun 2019 17:04:18 +0000 (10:04 -0700)
commit68d10ba58a8277b0dde313de86507798defa9b55
treed346681ee3861a6fb748ed79105114b2154fba54
parent593ab7a9468427ffbe4033aa8942ecd956e46d2c
In Debbugs::Package, do not double search for binary packages

When we're given a source package to search for, do not bother to load all of
the data related to all binary packages which correspond to that source package.
[For a complicated source package with 5000 binary packages like linux, that
search can take more than 5 seconds.]
Debbugs/Package.pm