switch from std::set to std::vector as it is way more simple, a bit
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 9 Jul 2010 17:51:19 +0000 (19:51 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 9 Jul 2010 17:51:19 +0000 (19:51 +0200)
commit7635093c1c015e385a9e72bdd8a089fd9d48ab57
tree6d6e0ce5f09b20ee191b66da12f7bf2667c679d1
parentdcdf1ef18b37c243fc707869149f7761d964915c
switch from std::set to std::vector as it is way more simple, a bit
faster and still provides everything we need for the Cache generator
apt-pkg/pkgcachegen.cc
apt-pkg/pkgcachegen.h