Merge pull request #2812 from greatroar/chaining

Chaining hash table for repository.Index
This commit is contained in:
MichaelEischer
2020-07-20 23:29:36 +02:00
committed by GitHub
9 changed files with 483 additions and 132 deletions

View File

@@ -1,6 +1,8 @@
Enhancement: Reduce memory consumption of in-memory index
We've improved how the index is stored in memory.
This change reduces memory usage for large repositories by about 30-40%.
This change can reduce memory usage for large repositories by up to 50%
(depending on the operation).
https://github.com/restic/restic/pull/2781
https://github.com/restic/restic/pull/2812