]> git.saurik.com Git - apt.git/commit
Store the size of strings in the cache
authorJulian Andres Klode <jak@debian.org>
Fri, 8 Jan 2016 10:12:14 +0000 (11:12 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 8 Jan 2016 20:20:25 +0000 (21:20 +0100)
commit60d523e2ae93a6c5bc396b6bede2544271fb1f2e
tree949bac3513d69f66d7df6dbc92afca564b2eb8b6
parentaf4899c9df6e925b1cb099c29bd78788b2984cca
Store the size of strings in the cache

By storing the size of the string in the cache, we can make use of
it when comparing the names in the hashtable in pkgCache::FindGrp.
apt-pkg/contrib/mmap.cc
apt-pkg/pkgcache.cc
apt-pkg/pkgcache.h
apt-pkg/pkgcachegen.cc