restic/internal/repository
Michael Eischer c4fc5c97f9 prune: Use a single CountedBlobSet to track blobs
The set covers necessary, existing and duplicate blobs. This removes the
duplicate sets used to track whether all necessary blobs also exist.
This reduces the memory usage of prune by about 20-30%.
2022-10-22 18:45:12 +02:00
..
testdata
doc.go gofmt all files 2022-08-19 19:12:26 +02:00
fuzz_test.go
key.go identify keys by ID and not name 2022-10-15 16:07:43 +02:00
packer_manager.go repository: remove IsMixedPack and add replacement for checker 2022-10-03 12:03:59 +02:00
packer_manager_test.go
packer_uploader.go
repack.go prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
repack_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
repository.go identify keys by ID and not name 2022-10-15 16:07:43 +02:00
repository_internal_test.go
repository_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
testing.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00