git-pack-redundant: speed and memory usage improvements
authorLukas Sandström <lukass@etek.chalmers.se>
Tue, 20 Dec 2005 20:05:54 +0000 (21:05 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 07:02:33 +0000 (23:02 -0800)
Slab allocation of llist entries gives some speed improvements.

Not computing the pack_list permutaions all at once reduces memory
usage greatly on repositories with many packs.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found