comment
This commit is contained in:
parent
7a235469e7
commit
645a66a084
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2022-08-08T15:24:36Z"
|
||||
content="""
|
||||
I don't think that git-annex is doing anything particularly slow with the
|
||||
bup special remote. Other than actually running bup, that special remote
|
||||
should run about as fast as other similar special remotes, like say
|
||||
the directory special remote.
|
||||
|
||||
So, this is probably a performance problem in bup. Now, git-annex does
|
||||
use bup in an unusual way, running one bup-split per file to store in it.
|
||||
That was the only way to shoehorn what git-annex needs to do into bup
|
||||
though.
|
||||
"""]]
|
Loading…
Reference in a new issue