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

feat!: Change the internal structure of a Trie #4464

Merged
merged 2 commits into from
May 7, 2023
Merged

feat!: Change the internal structure of a Trie #4464

merged 2 commits into from
May 7, 2023

Conversation

Jason3S
Copy link
Collaborator

@Jason3S Jason3S commented May 6, 2023

The internal structure of TrieNode has been changed to a plain object instead of using a Map. This has greatly reduced memory consumption.

@Jason3S Jason3S marked this pull request as ready for review May 7, 2023 06:18
@Jason3S Jason3S merged commit 3f4cf0a into main May 7, 2023
83 checks passed
@Jason3S Jason3S deleted the dev-trie-blob branch May 7, 2023 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant