Community
Participate
Working Groups
Created attachment 126997 [details] Proposed fix org.eclipse.team.svn.core.utility.FileUtility#getPathNodes(IResource[]) uses ArrayList#contains which is inefficient on large data sets. I am attaching possible fix which seems to improve performance of certain operations. Keep in mind that I am not familiar with Subversive codebase, and there may be better ways to solve the problem. Please note that this is different from problem described in #259287.
Thanks, Igor. Looking forward to see this in the code base.
Applied patch.