|
From: | Dmitry Gutov |
Subject: | Re: find-file-project |
Date: | Thu, 7 Jan 2016 21:26:13 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0 |
On 01/07/2016 10:12 AM, Stephen Leake wrote:
Attached is my implementation of locate-uniquified-file, which addresses this. That can be used to implement project-find-file. It uses a "path iterator" object, to avoid the issue of recursive path vs non-recursive path.
Thanks, I'll have to play with it. Does it handle ignores? How's the performance in the Emacs repository?project-find-file currently takes 0.5s, with warm cache on my SSD, to generate the files list.
And apparently, a lot of it is due to the ignores: if I clear .gitignore, it shows more files, but the time is down to 0.2s.
[Prev in Thread] | Current Thread | [Next in Thread] |