optakt / flow-dps

Flow Data Provisioning Service
Apache License 2.0
29 stars 13 forks source link

Trie Improvement: Allow concurrent insertions on the trie #517

Open Ullaakut opened 2 years ago

Ullaakut commented 2 years ago

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.