diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-30 15:12:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-30 15:12:23 -0400 |
commit | 477d2547fbc270fbaac09f8e6526425468e813b2 (patch) | |
tree | 042101eb56fe5fbe16ea7dc54a9b2b38199603d0 /doc | |
parent | 01cec41e8a74a151ba62bf2951ba0f234788596f (diff) |
followup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/make_annex_info_more_efficient/comment_8_90a22c51b19707ee0cecbe652c6ffa98._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/make_annex_info_more_efficient/comment_8_90a22c51b19707ee0cecbe652c6ffa98._comment b/doc/todo/make_annex_info_more_efficient/comment_8_90a22c51b19707ee0cecbe652c6ffa98._comment new file mode 100644 index 000000000..25e3cb9ad --- /dev/null +++ b/doc/todo/make_annex_info_more_efficient/comment_8_90a22c51b19707ee0cecbe652c6ffa98._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 8""" + date="2017-10-30T18:56:14Z" + content=""" +It's not clear to me what needs to be done here. + +I tried cloning the freesurfer repository, and in it with a cold +disk cache, `git annex info` took 0.6 seconds (warm cache, 0.1 seconds). + +It seems like you wanted to get the "local annex size" value, perhaps +without the overhead of the "size of annexed files in working tree" +value? In an indirect mode repository, the former value is obtained +the same as `du .git/annex/objects`, and should be similarly fast. +""]] |