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

Keep additional Boolean data for words #102

Open
dimztimz opened this issue Jan 8, 2021 · 0 comments
Open

Keep additional Boolean data for words #102

dimztimz opened this issue Jan 8, 2021 · 0 comments

Comments

@dimztimz
Copy link
Contributor

dimztimz commented Jan 8, 2021

For each word we already keep a set of flags. We can keep additional data as a structure of Boolean variables where each Boolean variable represents the existence of special flags in the flag-set of the word. Code where the existence of special flags is queried can be replaced by checking a Boolean. This give us nice overall speedup for checking words. This internal feature should additionaly make easier to implement personal dictionaries.

@dimztimz dimztimz added this to the Version 6 milestone Jan 8, 2021
@dimztimz dimztimz removed this from the Version 6 milestone May 12, 2022
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