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 · 1 comment
Open

Catalog search is VERY slow. #120

mkatzpdp opened this issue Jan 18, 2024 · 1 comment

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.

@gazzat5
Copy link

gazzat5 commented Jun 5, 2024

I have >42,250 items in the index and it runs absolutely light speed for me.

Can you determine whether it's related to the number of items in the index, perhaps by reducing the search depth, or removing a line from the catalogue directory list.

Also:

  • what plugins are you using?
  • are you trying to locate a network path?
  • what operating system are you using?

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