]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-delta.c
diffcore-delta: tweak hashbase value.
authorJunio C Hamano <junkio@cox.net>
Mon, 13 Mar 2006 04:32:06 +0000 (20:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 13 Mar 2006 04:42:12 +0000 (20:42 -0800)
commitfc66d213f8b2f13b9ffd643f01de25ddc95e0972
tree340b074082effe5b0892cf67db309dd6fab3e1f8
parent2821104db7fabdfac105ae757228b0eac107047c
diffcore-delta: tweak hashbase value.

This tweaks the maximum hashvalue we use to hash the string into
without making the maximum size of the hashtable can grow from
the current limit.  With this, the renames detected becomes a
bit more precise without incurring additional paging cost.

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