branch
authorJoey Hess <joeyh@joeyh.name>
Wed, 6 Oct 2021 21:08:57 +0000 (17:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 6 Oct 2021 21:08:57 +0000 (17:08 -0400)
doc/bugs/borg_special_remote_memory_usage_high_for_large_borg_repo/comment_11_fe04d3da8859101ba1649fdd9d5ee39e._comment

index b234f769cb9455c45db6fef137cd09c6a9652443..ed5c7e2b1233919425492ff430c0350d20b2fd0d 100644 (file)
@@ -24,16 +24,5 @@ committed.
 For borg, each archive would be a subtree; 500k filenames will fit in memory
 or at least fit better than `365*500k`.
 
-The interface I'm thinking about is something like this:
-
-       data ChunkedImportableContents info
-               = ImportableContentsChunk
-                       { importableContentsRoot :: ImportLocation
-                       , importableContentsSubTree :: [(ImportLocation, info)]
-                       -- ^ locations are relative to importableContentsRoot
-                       , importableContentsContinuation :: Annex (ChunkedImportableContents info)
-                       }
-               | ImportableContentsComplete (ImportableContents info)
-
-This is a promising idea!
+This is a promising idea! Started working on it in a `borgchunks` branch.
 """]]