## 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.
Description
We should look into using
sync.Poolin order to further reduce the amount of allocations we do, but that might come at the expense of performance.