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