I am on a project with over ten thousand files. I would like to be able to navigate around these files easily.
iswitchb
mode bogs down quite badly with this many files; icicles
is better in speed, but I like the UI of iswitchb.
Suggestions?
Stefan requested a profiler run on the iswitchb-mode
execution:
- call-interactively 2740 79%
- iswitchb-buffer 2628 76%
- iswitchb 2628 76%
- iswitchb-read-buffer 2628 76%
- completing-read 2599 75%
- completing-read-default 2596 75%
- read-from-minibuffer 2596 75%
- iswitchb-post-command 1034 30%
- iswitchb-exhibit 1034 30%
- iswitchb-set-common-completion 947 27%
- iswitchb-find-common-substri 925 26%
- mapcar 925 26%
- iswitchb-word-matching-s 922 26%
+ iswitchb-case 10 0%
string-match 1 0%
+ iswitchb-set-matches 63 1%
+ iswitchb-completions 24 0%
+ redisplay_internal (C function) 869 25%
- timer-event-handler 499 14%
- byte-code 499 14%
- apply 499 14%
- jit-lock-context-fontify 491 14%
+ buffer-list 15 0%
+ show-paren-function 6 0%
+ display-time-event-handler 2 0%
+ call-interactively 34 0%
+ icicle-unhighlight-lighter 3 0%
+ iswitchb-pre-command 1 0%
+ iswitchb-make-buflist 15 0%
If you want to use Icicles, but you want the interactive behavior to more closely resemble iswitchb, then there are several customizations you can try, depending on which parts of the iswitchb interaction you like. See this section of the Icicles doc: Icicles - Ido and IswitchB.
Wrt using zillions of files: remember that you can also define projects using Icicles -- sets of related files that you use together. That, like etags and other approaches, is one way to pre-filter the possible file-name candidates.