Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove reallocs and overallocs for s.lset in bucket.go (#1718)
- append to s.lset caused reallocs and overallocs - this is now fixed by properly setting capacity on s.lset - pprof shows "-316.22MB, 5.00% of 6322.82MB total" for sample data set and query I used Signed-off-by: Philip Panyukov <ppanyukov@googlemail.com>
- Loading branch information