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

partly fetched/updated mantaray nodes #20

Open
nugaon opened this issue Sep 1, 2021 · 0 comments
Open

partly fetched/updated mantaray nodes #20

nugaon opened this issue Sep 1, 2021 · 0 comments
Labels

Comments

@nugaon
Copy link
Member

nugaon commented Sep 1, 2021

Currently the library only provides a utility function for loading all descendant Mantaray nodes of a given mantaray node.
At bigger a trie, this could be a problem because I have to load all nodes into memory meanwhile I may only want to change one node's value under a given path.

For this use-case there could be a utility function loadNodeAtPath, which only loads nodes until the given path.

The test case should cover the saving part (with Bee) after modification, where the mantaray node content addresses have to be changed from modified node up to the root mantaray node only.

@bee-runner bee-runner bot added the issue label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant