From: Junio C Hamano Date: Mon, 16 Dec 2019 21:08:31 +0000 (-0800) Subject: Merge branch 'cs/store-packfiles-in-hashmap' X-Git-Tag: v2.25.0-rc0~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d831b8a3ec7dc06981e6347eb9a45849ef88665;p=thirdparty%2Fgit.git Merge branch 'cs/store-packfiles-in-hashmap' In a repository with many packfiles, the cost of the procedure that avoids registering the same packfile twice was unnecessarily high by using an inefficient search algorithm, which has been corrected. * cs/store-packfiles-in-hashmap: packfile.c: speed up loading lots of packfiles --- 6d831b8a3ec7dc06981e6347eb9a45849ef88665