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

trie: node encoding field should be cleared when node gets modified and deep copied for a newer trie #2325

Closed
qdm12 opened this issue Feb 22, 2022 · 1 comment

Comments

@qdm12
Copy link
Contributor

qdm12 commented Feb 22, 2022

Because encoding is no longer relevant once the node key or value is modified. That should free some memory to some extent.

@qdm12 qdm12 added the trie label Feb 22, 2022
@qdm12 qdm12 changed the title trie: node encoding field should be cleared when it node gets modified and deep copied for a newer trie trie: node encoding field should be cleared when node gets modified and deep copied for a newer trie Mar 3, 2022
@qdm12
Copy link
Contributor Author

qdm12 commented Mar 3, 2022

Done in #2297

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