flow-dps icon indicating copy to clipboard operation
flow-dps copied to clipboard

Trie Improvement: Allow concurrent insertions on the trie

Open Ullaakut opened this issue 3 years ago • 0 comments

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.

Ullaakut avatar Dec 17 '21 10:12 Ullaakut