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_parallel_test.go
index_parallel.go repository: Reuse buffers in Repository.LoadUnpacked 2023-01-30 22:01:01 +01:00
index_test.go index: Optimize generatePackList 2023-01-14 20:41:07 +01:00
index.go index: Optimize generatePackList 2023-01-14 20:41:07 +01:00
indexmap_test.go
indexmap.go
master_index_test.go
master_index.go
testing.go