From 8ed1e1bc664ff072ea5d8b19f4a7195ca5630b69 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Mon, 15 Feb 2016 15:26:36 +0000 Subject: [PATCH] --- doc/todo/make_annex_info_more_efficient.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/make_annex_info_more_efficient.mdwn 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 0000000000..9311835403 --- /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