Skip to content

feat(provider): use Trie.AddMany#1164

Merged
guillaumemichel merged 3 commits intomasterfrom
trie-addmany
Oct 3, 2025
Merged

feat(provider): use Trie.AddMany#1164
guillaumemichel merged 3 commits intomasterfrom
trie-addmany

Conversation

@guillaumemichel
Copy link
Collaborator

@guillaumemichel guillaumemichel commented Oct 2, 2025

Trie.AddMany() is an optimized way of inserting many entries at once in a binary trie. It is much more efficient than iterating on entries to insert in a loop and inserting one-by-one, since the trie needs to be traversed for every addition.

@guillaumemichel guillaumemichel requested a review from a team as a code owner October 2, 2025 21:13
@guillaumemichel guillaumemichel merged commit 6033458 into master Oct 3, 2025
9 checks passed
@gammazero gammazero deleted the trie-addmany branch November 7, 2025 19:49
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.

2 participants