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 provided an idea on how this could be optimized without chaning the strategy for finding relevant files that much. The idea is in this PR. ¿Do you have any feedback or other ideas?
Uh oh!
There was an error while loading. Please reload this page.
Description
Ruby LSP Information
Parent issue #2966
The GoToRelevantFile function added in #2985 works well with small size repos, but it has a noticeable lag when used on a larger codebase.
Benchmark measurements on the shopify core codebase on my machine
(In order: user CPU time, system CPU time, the sum of the user and system CPU times, elapsed real time)
Different random file are used each time. This is the measurement of the time it takes to run the
GoToRelevantFile#perform
only.The text was updated successfully, but these errors were encountered: