restic/internal/index
greatroar d129baba7a repository: Reuse buffers in Repository.LoadUnpacked
This method had a buffer argument, but that was nil at all call sites.
That's removed, and instead LoadUnpacked now reuses whatever it
allocates inside its retry loop.
2023-01-30 22:01:01 +01:00
..
index.go index: Optimize generatePackList 2023-01-14 20:41:07 +01:00
index_parallel.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
index_parallel_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
index_test.go index: Optimize generatePackList 2023-01-14 20:41:07 +01:00
indexmap.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
indexmap_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
master_index.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
master_index_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
testing.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00