restic/internal
Michael Eischer 7a992fc794 repository: Reduce buffer reallocations in ForAllIndexes
Previously the buffer was grown incrementally inside `repo.LoadUnpacked`.
But we can do better as we already know how large the index will be.
Allocate a bit more memory to increase the chance that the buffer can be
reused in the future.
2022-08-19 21:13:40 +02:00
..
2022-08-19 19:12:26 +02:00
2022-07-17 13:42:23 +02:00
2022-07-17 13:42:23 +02:00
2022-05-11 21:36:10 +02:00
2022-07-23 11:19:32 +02:00
2022-08-05 23:47:12 +02:00
2022-08-19 19:12:26 +02:00
2022-08-19 19:12:26 +02:00
2021-01-30 20:19:47 +01:00