Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] jgit-timestamp-provider performance

Am 30.01.2019 um 16:31 schrieb Thomas Wolf:
Add between lines 171 and 172

  walk.setRewriteParents(false);

You don't need parent rewriting if you're only interested in the last commit that touched a file.


You nailed it. https://bugs.eclipse.org/bugs/show_bug.cgi?id=544005

An aggregator with 180 tycho built modules is several minutes faster now due to that change. Every eclipse project will experience this improvement with Tycho 1.4.

Thanks to Thomas.


PS: I also tried the Pathfilter change, but could not measure any difference beyond the rewriteParents improvement.



Back to the top