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

small search refactor #80

Merged
merged 9 commits into from
Sep 26, 2023
Merged

small search refactor #80

merged 9 commits into from
Sep 26, 2023

Conversation

k4lizen
Copy link
Member

@k4lizen k4lizen commented Sep 25, 2023

  • moved the casework from search.go to a seperate file and optimized it (included searcher generator)
    benefits
    a) the code is now faster (probably)
    b) it is easier to add a new search engine
    c) search.go isnt riddled with imports

aleksasiriski
aleksasiriski previously approved these changes Sep 25, 2023
src/search/module_map.go Outdated Show resolved Hide resolved
aleksasiriski
aleksasiriski previously approved these changes Sep 26, 2023
aleksasiriski
aleksasiriski previously approved these changes Sep 26, 2023
OliverKozul
OliverKozul previously approved these changes Sep 26, 2023
Copy link

@OliverKozul OliverKozul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(y)

@aleksasiriski aleksasiriski self-assigned this Sep 26, 2023
@k4lizen k4lizen merged commit 9bb4616 into main Sep 26, 2023
@OliverKozul
Copy link

Looks good to me!

@k4lizen k4lizen deleted the engine-starter-refactor branch September 26, 2023 21:29
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.

3 participants