Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textmate-goto-file feels slow #10

Open
deanmao opened this issue Jan 31, 2011 · 1 comment
Open

textmate-goto-file feels slow #10

deanmao opened this issue Jan 31, 2011 · 1 comment

Comments

@deanmao
Copy link

deanmao commented Jan 31, 2011

When typing the name, it feels a bit sluggish as the matches are about half second behind me typing. I feel like this should be faster since there aren't that many files. What do you think might be the root cause?

I ran elp profiler over the textmate package and came up with this:

textmate-goto-file 1 5.189749 5.189749
textmate-completing-read 1 4.94742 4.94742
ido-completing-read 1 4.947413 4.947413
ido-read-internal 1 4.947405 4.947405
ido-exhibit 8 1.0554359999 0.1319294999
ido-set-matches 9 0.9550240000 0.1061137777
ido-set-matches-1 9 0.954377 0.1060418888
ido-set-common-completion 8 0.094938 0.01186725
ido-find-common-substring 7 0.094902 0.0135574285
ido-name 45191 0.0783090000 1.732...e-06
textmate-project-root 2674 0.0627010000 2.344...e-05
ido-word-matching-substring 3568 0.0212260000 5.948...e-06
ido-completions 8 0.0161380000 0.0020172500
ido-makealist 3236 0.0011480000 3.547...e-07
ido-final-slash 87 0.0006740000 7.747...e-06
ido-tidy 8 0.000263 3.2875e-05
ido-is-tramp-root 87 8.899...e-05 1.022...e-06
ido-active 18 3.7e-05 2.055...e-06
ido-trace 23 3.4e-05 1.478...e-06
ido-minibuffer-setup 2 1.9e-05 9.5e-06
textmate-ido-fix 1 8e-06 8e-06
ido-setup-completion-map 1 7e-06 7e-06
textmate-cached-project-files 1 5e-06 5e-06
ido-make-prompt 1 3e-06 3e-06
ido-make-choice-list 1 1e-06 1e-06
ido-exit-minibuffer 1 0.0 0.0

@cyc115
Copy link

cyc115 commented Jun 19, 2019

There should be an ignore folder feature similar to gitingore to ignore the node_module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants