2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-27 00:58:36 +00:00
restic/internal
Michael Eischer 367449dede prune: Reduce memory allocations while repacking
The slicing operator `slice[low:high]` default to 0 for the lower bound and
len(slice) for the upper bound when either or both are not specified.
Fix the code to use `cap(slice)` to check for the slice capacity.
2020-08-16 11:34:01 +02:00
..
2020-04-18 17:39:06 +02:00
2018-10-11 19:40:38 +02:00
2018-05-22 20:48:17 +02:00
2019-04-13 13:38:39 +02:00
2019-06-30 23:56:36 +03:00
2018-05-01 14:38:59 +02:00