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
Hello,
My rust project has 1000 files, I tried to open 1000 files at once, and the profiler shows that the performance of lsp-workspace-root has significant room for improvement.
(dolist every_file in project_files
(find-file every_file)
)
The text was updated successfully, but these errors were encountered:
eval-exec
changed the title
The performance of lsp-workspace-root has significant room for improvement
The performance of lsp--try-project-root-workspaces has significant room for improvement
Aug 31, 2024
Hello,
My rust project has 1000 files, I tried to open 1000 files at once, and the profiler shows that the performance of
lsp-workspace-root
has significant room for improvement.https://gist.github.com/eval-exec/95b09258fa5f64596cd63ca3b98c36e2
The text was updated successfully, but these errors were encountered: