github.com/mckael/restic@v0.8.3/changelog/0.8.2_2018-02-17/pull-1549 (about) 1 Enhancement: Speed up querying across indices and scanning existing files 2 3 This change increases the whenever a blob (part of a file) is searched for in a 4 restic repository. This will reduce cpu usage some when backing up files already 5 backed up by restic. Cpu usage is further decreased when scanning files. 6 7 https://github.com/restic/restic/pull/1549