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

refactor(trie): Store short values in nodes #773

Merged
merged 2 commits into from
Mar 31, 2022
Merged

refactor(trie): Store short values in nodes #773

merged 2 commits into from
Mar 31, 2022

Conversation

fb55
Copy link
Owner

@fb55 fb55 commented Mar 31, 2022

We are able to store the majority of values1 directly inside of nodes. This reduces the size of the HTML trie by another ~10%.

Footnotes

  1. For HTML: 1308 out of 1614 values

fb55 added 2 commits March 31, 2022 13:09
We are able to store the majority of values directly inside of nodes. This reduces the size of the HTML trie by another ~10%.
@fb55 fb55 enabled auto-merge (squash) March 31, 2022 12:15
@fb55 fb55 merged commit 7347f3a into master Mar 31, 2022
@fb55 fb55 deleted the value-in-node branch March 31, 2022 12:15
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

Successfully merging this pull request may close these issues.

1 participant