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

Hash optimization #34

Open
timbeurskens opened this issue Apr 12, 2022 · 0 comments · May be fixed by #35
Open

Hash optimization #34

timbeurskens opened this issue Apr 12, 2022 · 0 comments · May be fixed by #35
Assignees
Labels
enhancement New feature or request

Comments

@timbeurskens
Copy link
Owner

In the current implementation, the hash (and equivalence) of a node depends on the hash of all child-nodes, making the hash computation more expensive than needed. By storing the hash (and liveliness flags) of all child nodes in the parent node, we can optimize the hash computation significantly.

@timbeurskens timbeurskens added the enhancement New feature or request label Apr 12, 2022
@timbeurskens timbeurskens self-assigned this Apr 12, 2022
@timbeurskens timbeurskens linked a pull request Apr 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant