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

radix? #73

Open
cgencer opened this issue Feb 21, 2018 · 2 comments
Open

radix? #73

cgencer opened this issue Feb 21, 2018 · 2 comments

Comments

@cgencer
Copy link

cgencer commented Feb 21, 2018

Radix (optimized Trie) isn't on your list? would be nice to add it as well... thanks!

@Yomguithereal
Copy link
Owner

It is on my list. But since I am currently re-writing low-level version of Tries (not completely dynamic but very fast and lean in memory), I am waiting to finish this before working on radix trees. However, if you feel confident you can develop a fully dynamic radix tree for the library, don't hesitate to open a PR. I will gladly review it and help you add the structure to the library. Do you need it for a particular use case or just for reference (I admit I usually only implement structures I actually use in my work)?

@Yomguithereal
Copy link
Owner

As ref, the radix tree should be listed in the looooong #15 list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants