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

implement extend trait to allow bulk updates to Trie #62

Open
skewballfox opened this issue Oct 8, 2020 · 0 comments
Open

implement extend trait to allow bulk updates to Trie #62

skewballfox opened this issue Oct 8, 2020 · 0 comments

Comments

@skewballfox
Copy link

I'm not sure if this falls outside of the normal usecase, but currently there doesn't seem to be a way to merge two tries, the way there is with maps via the extend trait.

I'm currently trying deserializing multiple toml files(containing snippets) to a single trie. Currently my options for updating an existing data structure are to store every key, value pair in separate files (which I've implemented) and add them one by one, or to store groups of key, value pairs in a single file and use extend to update the DS

I'm pretty new to rust but I would like to help out with this, if you could give me some idea of how and where to implement this, I would appreciate it

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