1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 12:34:10 +00:00
restic/internal/restorer
Igor Fedorenko 9e24154ec9 restore: significantly reduce memory footprint
reworked restore error callback to use file location
path instead of much heavier Node. this reduced restore
memory usage by as much as 50% in some of my tests.

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2018-10-14 17:39:42 +02:00
..
doc.go
filepacktraverser.go
filerestorer.go restore: Chang fileInfo to use snapshot location instead of target path 2018-10-14 17:39:42 +02:00
filerestorer_test.go restore: Chang fileInfo to use snapshot location instead of target path 2018-10-14 17:39:42 +02:00
fileswriter.go restore: Chang fileInfo to use snapshot location instead of target path 2018-10-14 17:39:42 +02:00
fileswriter_test.go restore: Chang fileInfo to use snapshot location instead of target path 2018-10-14 17:39:42 +02:00
packcache.go restore: Fix packcache capacity math with failed downloads 2018-10-14 17:39:42 +02:00
packcache_test.go restore: Fix packcache capacity math with failed downloads 2018-10-14 17:39:42 +02:00
packheap.go
packqueue.go restore: Chang fileInfo to use snapshot location instead of target path 2018-10-14 17:39:42 +02:00
packqueue_test.go
restorer.go restore: significantly reduce memory footprint 2018-10-14 17:39:42 +02:00
restorer_test.go restore: significantly reduce memory footprint 2018-10-14 17:39:42 +02:00