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

Add updated fuzzy search to benchmark #1

Closed
wants to merge 14 commits into from

Conversation

a-johnston
Copy link

@a-johnston a-johnston commented Oct 11, 2024

I benchmarked the v2 search with and without the short query optimization and as I was sorta expecting it didn't make a huge difference but it was slightly faster without sqo for the queries you had in the test:

image

Compared to the v1 Levenshtein distance approach, the top results were:

v1 v2
sm ./entity/sword/sam.png ./junk/sam.png
ham ./entity/game_trap/ha_missed_me.wav ./entity/hamer/data.gd
push background ./entity/background_derelict/background/push.png ./entity/background_zone1/background/push.png

1 and 3 both used string length as tie breakers, 2 is debatable which should be the higher score but both are relevant. I also noticed that while on my older arch laptop the highlights were fine, on my windows and macbook the highlight was increasingly off presumably as scaling increases so I think the highlighting is missing accounting for something:

image

So I think the remaining things to do are

  1. If the v2 results are good enough now, remove the v1 code
  2. Rebase on the quick open changes
  3. Rewrite the highlighting code and hopefully fix the above bug

@a-johnston
Copy link
Author

Saved about a ms more by only allocating new result/match objects when needed. I tried rebasing against the upstream master and for some reason the file renames really mess with it so I just flattened everything into one commit with us as co-authors. If this branch's changes looks good to you we can move to that as the new flattened branch.

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

Successfully merging this pull request may close these issues.

2 participants