You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to improve insertion performance, we could add a method on the trie to insert multiple paths/payloads at once, and insert values that will not conflict with each other, the same way that Flow's implementation currently does.
Description
In order to improve insertion performance, we could add a method on the trie to insert multiple paths/payloads at once, and insert values that will not conflict with each other, the same way that Flow's implementation currently does.