optakt / flow-dps

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

Trie Improvement: Use `sync.Pool` #519

Open Ullaakut opened 2 years ago

Ullaakut commented 2 years ago

Description

We should look into using sync.Pool in order to further reduce the amount of allocations we do, but that might come at the expense of performance.