Adam
Results
1
issues of
Adam
This PR reduces the amount of heap allocations made in the `histogram.Add` and `histogram.trim` functions. In this library, we have a small constant for `maxBins`, so it's better to trade...