1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 05:35:43 +00:00
restic/internal/dump
greatroar 8c7a6daa47 dump: Simplify writeNode and use fewer goroutines
This changes Dumper.writeNode to spawn loader goroutines as needed
instead of as a pool. The code is shorter, fewer goroutines are spawned
for small files, and crash dumps (also for unrelated errors) should be
smaller.
2024-09-30 17:24:05 +02:00
..
acl.go
acl_test.go
common.go dump: Simplify writeNode and use fewer goroutines 2024-09-30 17:24:05 +02:00
common_test.go
tar.go
tar_test.go minimize usage of internal/fs in tests 2024-08-31 18:20:41 +02:00
zip.go
zip_test.go minimize usage of internal/fs in tests 2024-08-31 18:20:41 +02:00