bug#2445: 23.0.90; file name completion GCs a lot
Richard M Stallman <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Indeed, the new partial-completion code triggers an inefficiency in
file-name-completion. I've installed a patch which should significantly
reduce the problem (at least in my test case, tho I had to use
a directory with 100K files to reproduce a problem that seems similar to
yours).
I think you fixed it. The cases that were slow before are fast now.
Thanks.