Skip to content

(pkg/trie): Implement read only TrieDB #3806

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

Closed
Tracked by #3805
dimartiro opened this issue Mar 21, 2024 · 0 comments
Closed
Tracked by #3805

(pkg/trie): Implement read only TrieDB #3806

dimartiro opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
C-complex Complex changes across multiple modules. Possibly will require additional research. S-trie issues related to the pkg/trie package. T-feat this issue/pr is a new feature or functionality.

Comments

@dimartiro
Copy link
Contributor

dimartiro commented Mar 21, 2024

Implement a TrieDB structure following this proposal

This structure should be capable of lazy load nodes / values from the DB instead of retaining all the nodes in memory

@dimartiro dimartiro self-assigned this Mar 21, 2024
@dimartiro dimartiro added C-complex Complex changes across multiple modules. Possibly will require additional research. S-trie issues related to the pkg/trie package. T-feat this issue/pr is a new feature or functionality. labels Mar 21, 2024
@dimartiro dimartiro added this to the Full Node MVP milestone Mar 28, 2024
@dimartiro dimartiro removed this from the Full Node MVP milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-complex Complex changes across multiple modules. Possibly will require additional research. S-trie issues related to the pkg/trie package. T-feat this issue/pr is a new feature or functionality.
Projects
None yet
Development

No branches or pull requests

1 participant