You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that on a large project with a large number of files, the diff processor is much slower than the staged processor even if no changes were made to the codebase. After a short investigation I found that the problem is related to getUntrackedFileList - it's always refreshed inside getPreProcessor. If I remove the refreshing in getPreProcessor the diff processor works fast.