2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-07 06:18:25 +00:00
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
..
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2020-07-25 21:18:34 +02:00
2020-07-25 21:18:34 +02:00
2020-01-27 18:41:46 +03:00