From c7fd2ac32c61f10a781af59801be1de95d655da2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Feb 2016 14:50:54 -0400 Subject: [PATCH] comment --- ...omment_6_804dbb72757b09e3abad3e249f704da0._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/todo/make_annex_info_more_efficient/comment_6_804dbb72757b09e3abad3e249f704da0._comment diff --git a/doc/todo/make_annex_info_more_efficient/comment_6_804dbb72757b09e3abad3e249f704da0._comment b/doc/todo/make_annex_info_more_efficient/comment_6_804dbb72757b09e3abad3e249f704da0._comment new file mode 100644 index 0000000000..f4bedf504c --- /dev/null +++ b/doc/todo/make_annex_info_more_efficient/comment_6_804dbb72757b09e3abad3e249f704da0._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2016-02-19T18:49:38Z" + content=""" +Also, around the time you filed this, there was a change which turned out +to cause all files in the work tree to be read in full, and buffered in +memory for some time. This may have to do with some of the slowdown you +saw, especially since you have a lot of non-annexed files in the tree. +I fixed that problem in commit b0081598c7c580d6760374c42765e94e4750e793. +"""]]