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

Rework word completion: Split out PrefixNode class #1529

Merged

Conversation

jeremypw
Copy link
Collaborator

Towards #1491

Little value by itself but in order to implement dynamic updating of the tree when text is deleted it is necessary to make this class more complex (e.g. keeps track of number of occurrences of each word) and a lot of code in PrefixTree can be moved here.

@danirabbit
Copy link
Member

Makes sense and builds but linter is unhappy :)

@danirabbit danirabbit enabled auto-merge (squash) January 31, 2025 18:36
@danirabbit danirabbit merged commit f77f5f5 into master Jan 31, 2025
4 of 6 checks passed
@danirabbit danirabbit deleted the jeremypw/rework-word-completion/splitout-prefixnode branch January 31, 2025 18:37
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