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 example that generates a radix tree #30

Open
root-11 opened this issue Mar 2, 2022 · 0 comments
Open

Add example that generates a radix tree #30

root-11 opened this issue Mar 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@root-11
Copy link
Owner

root-11 commented Mar 2, 2022

https://en.wikipedia.org/wiki/Radix_tree

image

Automatic conversion of column of text to radix tree would be a neat helper for many cases. In particular as a radix tree is quick to update in contrast to a b-tree and therefore can be useful as an index for a table that changes quickly

@root-11 root-11 added enhancement New feature or request good first issue Good for newcomers labels Mar 2, 2022
@root-11 root-11 self-assigned this Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant