Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit and directories without tracked content

On 09/17/2012 08:20 AM, Markus Duft wrote:
> Hah! This could explain some of the performance problems we're suffering from! Cool. Or actually not... :) 
> 
> Would be great if somebody found a fix for this... I also started to do some performance measurings again.

Attached is a screeny for how re-indexing looks for me. the expensive part is InteratorService.findContainer. i once tried to improve the situation there, but my change destroyed more than it fixed. the original change is at [1].

[1] https://git.eclipse.org/r/#/c/6273/

Regards,
Markus

> 
> Regards,
> Markus
> 
> On 09/17/2012 12:34 AM, Robin Rosenberg wrote:
>>
>> Here is a mystery for those that want a faster JGit.
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=388582
>>
>> -- robin
>> _______________________________________________
>> jgit-dev mailing list
>> jgit-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jgit-dev
>>
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev
> 

Attachment: screen-re-indexing-perf.png
Description: PNG image


Back to the top