]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-delta.c
diffcore-delta: make the hash a bit denser.
authorJunio C Hamano <junkio@cox.net>
Mon, 13 Mar 2006 00:39:51 +0000 (16:39 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 13 Mar 2006 01:26:32 +0000 (17:26 -0800)
commit2821104db7fabdfac105ae757228b0eac107047c
treefb827c04ddc2c38c6d31a5313fd2ddd91c477e9a
parentc06c79667c9514aed00d29bcd80bd0cee7cc5a25
diffcore-delta: make the hash a bit denser.

To reduce wasted memory, wait until the hash fills up more
densely before we rehash.  This reduces the working set size a
bit further.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diffcore-delta.c
diffcore-rename.c