restic/internal/checker
Michael Eischer 70f4c014ef checker: Decode identical tree nodes only once
Even though the checkTreeWorker skips already processed chunks,
filterTrees did queue the same tree blob on every occurence. This
becomes a serious performance bottleneck for larger number of snapshots
that cover mostly the same directories. Therefore decode a tree blob
exactly once.
2020-07-20 22:37:31 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
checker.go checker: Decode identical tree nodes only once 2020-07-20 22:37:31 +02:00
checker_test.go Add benchmark for checker scaling with snapshot count 2020-07-20 22:37:31 +02:00
testing.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00