Re: q: faster way to integrate/merge lots of topic branches?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Wednesday, July 23, 2008 - 7:09 am

* Sergey Vlasov <vsu@altlinux.ru> wrote:


using git-fastmerge i get 2.4 seconds:

  $ time for ((i=0; i<140; i++)); do git-fastmerge v2.6.26; done
  [...]
  real    0m2.388s
  user    0m1.211s
  sys     0m1.131s

for something that 'progresses' in a forward manner (which merges do 
fundamentally) nothing beats the performance of a timestamped cache i 
think.

at least for my usecase.

Even assuming that the filesystem is sane, is my merge-cache 
implementation semantically equivalent to a git-merge? One detail is 
that i suspect it is not equivalent in the git-merge --no-ff case. (but 
that is a not too interesting non-default case anyway)

	Ingo
--
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:
Re: q: faster way to integrate/merge lots of topic branches?, Andreas Ericsson, (Wed Jul 23, 6:40 am)
Re: q: faster way to integrate/merge lots of topic branches?, Ingo Molnar, (Wed Jul 23, 7:09 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 10:59 am)
Re: q: faster way to integrate/merge lots of topic branches?, Junio C Hamano, (Wed Jul 23, 10:59 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 11:04 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 11:12 am)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 12:09 pm)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 1:27 pm)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 1:40 pm)