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

Catalog search is VERY slow. #120

Open
mkatzpdp opened this issue Jan 18, 2024 · 0 comments
Open

Catalog search is VERY slow. #120

mkatzpdp opened this issue Jan 18, 2024 · 0 comments

Comments

@mkatzpdp
Copy link

I have 723756 items in the index.

The original launchy could search this in less than a second, it takes this version 10 seconds to find the word disk. about 3 seconds to echo the d.

I am running on an Intel I7-4960X Extreme CPU (over clocked to 4GHz) with 64GB of DDR3 memory. This is a powerful CPU so I don't think I'm CPU bound.

Since you are building an index rather than just searching the directory paths you could build some kind of data base structure like R-Tree, or keep the index sorted and do a binary search.

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

1 participant