github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/pull-1538 (about) 1 Enhancement: Reduce memory allocations for querying the index 2 3 This change reduces the internal memory allocations when the index data 4 structures in memory are queried if a blob (part of a file) already exists in 5 the repo. It should speed up backup a bit, and maybe even reduce RAM usage. 6 7 https://github.com/restic/restic/pull/1538