Skip to content
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

Recursively indexing a directory is slow. #102

Open
Jackojc opened this issue Sep 7, 2018 · 2 comments
Open

Recursively indexing a directory is slow. #102

Jackojc opened this issue Sep 7, 2018 · 2 comments

Comments

@Jackojc
Copy link

Jackojc commented Sep 7, 2018

Maybe instead of indexing recursively, you can just index the current directory and when the user enters another directory then index that one and so on.

@jmacdonald
Copy link
Owner

Hi @Jackojc! Is it possible that you're indexing a bunch of files that you don't need to? Assuming you're in a project directory, and not ~, it's possible there are folders in your project that have a lot of files (thinking tmp/metadata files that can accumulate). Some additional info would be great; indexing is fast here, even on spinning disks.

@Jackojc
Copy link
Author

Jackojc commented Sep 18, 2018

I tend to edit standalone configs while in home or root so I generally don't use amp in a project setting as much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants