mirror of
https://github.com/restic/restic.git
synced 2025-12-16 00:42:46 +00:00
Merge pull request #3905 from DRON-666/haspaths-linear
Reduce quadratic time complexity of `Snapshot.HasPaths`
This commit is contained in:
6
changelog/unreleased/pull-3905
Normal file
6
changelog/unreleased/pull-3905
Normal 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
|
||||
Reference in New Issue
Block a user