Re: [PATCH] basic threaded delta search

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: <git@...>
Date: Thursday, September 6, 2007 - 10:48 am

On Thu, 6 Sep 2007, Junio C Hamano wrote:


Yes.  On a largish repo that shouldn't be significant though, not worse 
than repacking multiple packs into one without -f.


My plan is to call find_deltas() again over partition boundaries after 
adjacent partitions have been processed.  If delta_child is properly 
maintained in all cases (trivial) then this should just work.


This is completely orthogonal.


Indeed.  Even with a straight split with equal number of objects, some 
threads currently complete much faster than others.  This is why a more 
sophisticated distribution of work is still needed to keep the desired 
amount of threads busy all the time.


Nicolas
-
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] straighten the list of objects to deltify, Nicolas Pitre, (Thu Sep 6, 2:13 am)
[PATCH] localize window memory usage accounting, Nicolas Pitre, (Thu Sep 6, 2:13 am)
[PATCH] rearrange delta search progress reporting, Nicolas Pitre, (Thu Sep 6, 2:13 am)
[PATCH] basic threaded delta search, Nicolas Pitre, (Thu Sep 6, 2:13 am)
Re: [PATCH] basic threaded delta search, Junio C Hamano, (Thu Sep 6, 3:01 am)
Re: [PATCH] basic threaded delta search, Nicolas Pitre, (Thu Sep 6, 10:48 am)
Re: [PATCH] basic threaded delta search, Martin Koegler, (Fri Sep 7, 2:11 am)
Re: [PATCH] basic threaded delta search, Nicolas Pitre, (Fri Sep 7, 12:19 pm)
Re: [PATCH] basic threaded delta search, David Kastrup, (Thu Sep 6, 2:19 am)
Re: [PATCH] basic threaded delta search, Nicolas Pitre, (Thu Sep 6, 2:23 am)