]> git.saurik.com Git - apt.git/commit
link DependencyData structs together
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 14 Jul 2015 11:41:11 +0000 (13:41 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:58 +0000 (17:27 +0200)
commitb291aa59ee63983204d8aeb166c388b1f97edce7
treecdda4a571933be972972ee7d4ef3c7c60c51b478
parent71c9e95b223517b5f51c4627f6ad4cce8af0d901
link DependencyData structs together

Cache generation needs a way of quickly iterating over the unique potion
of the dependencies to be able to share them. By linking them together
we can reduce the speed penality (~ 80%) with only a small reduction in
saved size (~ 20%).

Git-Dch: Ignore
apt-pkg/cacheiterators.h
apt-pkg/pkgcache.h
apt-pkg/pkgcachegen.cc
test/integration/test-apt-cache