On 6/27/06, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
> > > > I finally got pis^Witched enough by my platform at work and decided > > to start the effort of converting Fredriks git-merge-recursive to C. > > At the moment it is the only one annoyingly slow thing there. > > Just tested it on my project. It's still the slow thing (even a bit > slower, looks CPU bound). Should improve when using git-merge-tree, and a faster path_list.
For the moment the most visible next offenders are calls to update-index. I think about batching them (add, add, add, flush, rm, rm, flush, stages, flush), but maybe someone have a better idea? - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html