restic/internal/index
Michael Eischer 462b82a060 index: reduce size of compressed indexes
use the same index size for compressed and uncompressed indexes.
Otherwise, decoding the index of a compressed repository requires
significantly more memory.
2024-05-24 22:18:14 +02:00
..
associated_data.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
associated_data_test.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
index.go index: reduce size of compressed indexes 2024-05-24 22:18:14 +02:00
index_parallel.go index: misc cleanups 2024-05-24 21:33:17 +02:00
index_parallel_test.go remove usages of repo.Backend() from tests 2024-05-18 21:42:51 +02:00
index_test.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
indexmap.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
indexmap_test.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
master_index.go index: reduce size of compressed indexes 2024-05-24 22:18:14 +02:00
master_index_test.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00
testing.go index: replace CountedBlobSet with AssociatedSet 2024-05-24 22:18:14 +02:00