From: Julian Andres Klode Date: Thu, 7 Jan 2016 23:25:45 +0000 (+0100) Subject: pkgCacheGenerator::StoreString: Move the string into the map X-Git-Tag: 1.2_exp1~26 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c5a858e39f83676fdf16f1bdae5966c96ee882ff?hp=c5a858e39f83676fdf16f1bdae5966c96ee882ff pkgCacheGenerator::StoreString: Move the string into the map Moving the string is likely faster than copying it. We could probably avoid strings alltogether in the future using some more crazy code, but I have not looked at that yet. Gbp-Dch: ignore ---