restic/internal/walker
Michael Eischer 254c8743fc Limit number of large tree blobs loaded in parallel by StreamTrees
Load tree blobs with more than 50MB only from a single goroutine. Very
large tree blobs with for example 400 MB size can otherwise require
roughly 1GB * streamTreeParallelism memory.
2022-02-19 12:26:09 +01:00
..
testing.go Add walker for trees in the repo 2018-06-09 23:35:20 +02:00
walker.go Limit number of large tree blobs loaded in parallel by StreamTrees 2022-02-19 12:26:09 +01:00
walker_test.go internal/restic: Don't allocate in Tree.Insert 2021-09-26 18:08:48 +02:00