Make depgraph.create() avoid metadata lookups for binary packages and ebuilds in...
authorZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 08:11:14 +0000 (08:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 23 Aug 2007 08:11:14 +0000 (08:11 -0000)
commit09e6f3ac0f9c47dca05ca4c67bb952f03f038898
tree04619c2ed91a5f050071ae89ac427f0f9e6c514e
parent6d00f2c1a81c67008d8b1181067f4c5b0627b7dd
Make depgraph.create() avoid metadata lookups for binary packages and ebuilds in cases where an installed package has already been added to the graph. This greatly improves performance when the graph contains a large number of installed packages.

svn path=/main/trunk/; revision=7680
pym/emerge/__init__.py