flow-dps
flow-dps copied to clipboard
Trie Improvement: Allow concurrent insertions on the trie
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.