VividCortex/gohistogram

Garbage at high frequency in trim()

yonderblue opened this issue · 0 comments

Profile shows at line 141 and 142:

tail := append([]bin{mergedbin}, h.bins[minDeltaIndex+1:]...)

Probably some reuse possible?