storj/satellite/repair/repairer
Michal Niewrzal de4559d862 satellite/repair/checker: optimize processing, part 1
Optimization by reusing more slices.

Benchmark result:
name                                       old time/op    new time/op    delta
RemoteSegment/healthy_segment-8    33.2µs ± 1%    31.4µs ± 6%   -5.49%  (p=0.032 n=4+5)

name                                       old alloc/op   new alloc/op   delta
RemoteSegment/healthy_segment-8    15.9kB ± 0%    10.2kB ± 0%  -35.92%  (p=0.008 n=5+5)

name                                       old allocs/op  new allocs/op  delta
RemoteSegment/healthy_segment-8       280 ± 0%       250 ± 0%  -10.71%  (p=0.008 n=5+5)

Change-Id: I60462169285462dee6cd16d4f4ce1f30fb6cdfdf
2023-10-11 15:50:29 +00:00
..
ec.go satellite/repair: unify repair logic 2023-09-25 09:42:08 -05:00
repairer_test.go satellite/repair: repair is configurable to work only on included/excluded placements 2023-09-27 14:54:06 +00:00
repairer.go satellite/repair: repair is configurable to work only on included/excluded placements 2023-09-27 14:54:06 +00:00
segments_test.go satellite/repair: repair is configurable to work only on included/excluded placements 2023-09-27 14:54:06 +00:00
segments.go satellite/repair/checker: optimize processing, part 1 2023-10-11 15:50:29 +00:00
stats.go satellite/repair/repairer: a new set of rs_scheme tagged metrics 2021-02-09 14:19:22 +00:00