summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-02-15 15:26:36 +0000
committerGravatar admin <admin@branchable.com>2016-02-15 15:26:36 +0000
commit39706008bcb0fbf82fabc63a6acf76d93e4be8f4 (patch)
tree0a2cad8667f013ac718c25a699f6e1b80123a420 /doc/todo
parentf0603798fddcbbc03f07147dbc2abba06c771b86 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/make_annex_info_more_efficient.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/make_annex_info_more_efficient.mdwn b/doc/todo/make_annex_info_more_efficient.mdwn
new file mode 100644
index 000000000..931183540
--- /dev/null
+++ b/doc/todo/make_annex_info_more_efficient.mdwn
@@ -0,0 +1 @@
+ATM it takes about a minute for 'git annex info' on a sizeable but not huge repository with only ~450 files under annex but a few thousand of files (~7000) in the tree. I am not quite sure why it takes that long since it seems to care only about annexed files. Also it might be of benefit to parallelize some traversal operations to take advantage of multiple cpu/cores