Merge pull request #3905 from DRON-666/haspaths-linear

Reduce quadratic time complexity of `Snapshot.HasPaths`
This commit is contained in:
Michael Eischer
2022-08-30 20:35:56 +02:00
committed by GitHub
2 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Improve speed of parent snapshot searching for `backup` command
Backing up a large number of files using `--files-from-verbatim` or `--files-from-raw`
options could require a long time to find the parent snapshot. This has been improved.
https://github.com/restic/restic/pull/3905