2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-27 00:58:36 +00:00
restic/internal
Michael Eischer 4a10ebed15 archiver: reduce memory usage for large files
FutureBlob now uses a Take() method as a more memory-efficient way to
retrieve the futures result. In addition, futures are now collected
while saving the file. As only a limited number of blobs can be queued
for uploading, for a large file nearly all FutureBlobs already have
their result ready, such that the FutureBlob object just consumes
memory.
2022-07-23 14:45:07 +02:00
..
2022-07-17 13:42:23 +02:00
2022-07-17 13:42:23 +02:00
2022-05-11 21:36:10 +02:00
2022-07-23 11:19:32 +02:00
2021-01-30 20:19:47 +01:00