andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

What to do if there are too many files in the project? #298

Closed andreikop closed 9 years ago

andreikop commented 9 years ago

i.e. project root is ~ By @vi

andreikop commented 9 years ago

Directory is scanned in a thread when project path is changed. Files are fuzzy-matched in a process to tackle GIL problem. I feel some lags on the kernel sources, but current speed if good enough for the first release. Might optimize in the future.