mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
|
Enhancement: Optimize repository implementation
|
||
|
|
||
|
We've optimized the implementation of handling index entries in the repository.
|
||
|
|
||
|
Restic now uses less memory for backups which add a lot of data, e.g. large initial backups.
|
||
|
Also it is more stable in some edge situations and allows easier future enhancments.
|
||
|
|
||
|
https://github.com/restic/restic/pull/2773
|