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 caching for the search #94

Open
martinfrancois opened this issue Aug 25, 2019 · 0 comments
Open

Add caching for the search #94

martinfrancois opened this issue Aug 25, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@martinfrancois
Copy link
Contributor

Currently, the search in SearchHandler goes through all options, making them lowercase every time.
Implement a caching mechanism to make the search faster. For example, by introducing a second list which contains all names in lowercase already, so only the search term needs to be made lowercase, which could also happen in a second property, which reflects changes in the search term character by character already made lowercase.

@martinfrancois martinfrancois added help wanted Extra attention is needed enhancement New feature or request labels Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant