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 dump: Rewrite Linux ACL handling 2023-08-13 13:37:11 +02:00
acl_test.go dump: Rewrite Linux ACL handling 2023-08-13 13:37:11 +02:00
common.go dump: Simplify writeNode and use fewer goroutines 2024-09-30 17:24:05 +02:00
common_test.go archiver: refactor summary collection from ui into the archiver 2024-02-23 20:27:13 +01:00
tar.go add proper constants for node type 2024-08-31 18:20:01 +02:00
tar_test.go minimize usage of internal/fs in tests 2024-08-31 18:20:41 +02:00
zip.go add proper constants for node type 2024-08-31 18:20:01 +02:00
zip_test.go minimize usage of internal/fs in tests 2024-08-31 18:20:41 +02:00