-
Notifications
You must be signed in to change notification settings - Fork 223
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
opening file_rec and file_rec/async slow when opening for the second time #705
Comments
Unite.vim already implements cache feature. |
In Windows environment, file_rec/async is very slow. You should not use it. |
Fixed in Vim 7.4.615 |
awesome. will try it out when v7.4.615+ gets released at https://bintray.com/veegee/generic/vim_x64 |
using vim 7.4.617. Opening unite.vim for the first time seems faster and more responsive then CtrlP but when I open the second time it is slow and not so responsive. While unite.vim does use cache does it read from the cache file everytime or only for the first time? |
seems like i was missing
|
We have lot of files in the source control and using both file_rec and file_rec/async seems to be slow.
Ctrlp seems to be really fast after the caching compared to unit.vim. Ctrlp takes few milliseonds to open after cache while unit.vim takes few seconds. Wondering if it retains the cache in memory after it closes. (I haven't looked at the internal details for both ctrlp and unite.vim). Might be unit.vim should have persist cache in memory option? You can try reproducing this by comparing unit.vim vs ctrlp in the windows directory or any large folders.
using ag under windows when executing
:Unite file_rec/async
The text was updated successfully, but these errors were encountered: