Re: [PATCH 1/2] diffcore-rename: support rename cache

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff King <peff@...>
Cc: Yann Dirson <ydirson@...>, Junio C Hamano <gitster@...>, <git@...>
Date: Saturday, November 8, 2008 - 8:00 am

On 11/8/08, Jeff King <peff@peff.net> wrote:

I did that and realized the cost was not from each diff, in
--find-copies-harder case, but from the number of diffs you had to do.
Even with exact matching on linux-2.6.git, it could take significant
time (it was about 5 minutes in no-cache case, 1 minute without exact
match cache, and less than 1 sec if everything is cached).


It is huge if you accidentially add --find-copies-harder to your
command, considering that every new file will be compared against
every files in tree (about 25k).

-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2] diffcore-rename: support rename cache, Nguyễn Thái Ngọc Duy..., (Fri Nov 7, 10:35 am)
Re: [PATCH 1/2] diffcore-rename: support rename cache, Junio C Hamano, (Fri Nov 7, 7:17 pm)
Re: [PATCH 1/2] diffcore-rename: support rename cache, Nguyen Thai Ngoc Duy, (Sat Nov 8, 12:01 am)
Re: [PATCH 1/2] diffcore-rename: support rename cache, Nguyen Thai Ngoc Duy, (Sat Nov 8, 8:00 am)
Re: [PATCH 1/2] diffcore-rename: support rename cache, Nguyen Thai Ngoc Duy, (Sat Nov 8, 5:29 am)
[PATCH 2/2] diffcore-rename: add config option to allow to c..., Nguyễn Thái Ngọc Duy..., (Fri Nov 7, 10:35 am)