This commit is contained in:
Joey Hess 2021-10-06 17:08:57 -04:00
parent 153f3600fb
commit e9b0cf08eb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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.
"""]]