Closed
Description
Ubuntu 12.04, vscode 0.10.1
I have found Go to file's indexing against a full Chromium workspace to be very slow. It took ~40 seconds to find "Tab.java" whereas a simple find
command took less than a second:
$ time find . -name "Tab.java"
./chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
real 0m0.559s
user 0m0.268s
sys 0m0.284s
Note that the workspace is on an SSD.