summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-08 13:20:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-08 13:20:22 -0400
commit70ad04b5fc21d39bdae85b08ec948359a28021e6 (patch)
treef0d7b4c422108f537e4efb094543aaafa5c74105 /doc
parent2c34888f4b20ec70ac2b681b94d5edab6158f8ce (diff)
parent89bf45a3be1f3dd4767637c1b3665cc225820b88 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/make_copy_--fast__faster/comment_5_eb7008151a59e35c7850df3a86cf3587._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/make_copy_--fast__faster/comment_5_eb7008151a59e35c7850df3a86cf3587._comment b/doc/todo/make_copy_--fast__faster/comment_5_eb7008151a59e35c7850df3a86cf3587._comment
new file mode 100644
index 000000000..8fbd3beba
--- /dev/null
+++ b/doc/todo/make_copy_--fast__faster/comment_5_eb7008151a59e35c7850df3a86cf3587._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
+ subject="also CPU (on git and git-annex processes) doesn't go to 100%"
+ date="2016-09-08T16:32:08Z"
+ content="""
+seems to wobble around 50% for each one of git and git-annex processes... probably would be an overkill but may be it is easy in haskell (so throwing idea around) if communication was done in async fashion (git-annex wouldn't wait for git to respond but would process its own queue of already returned from git results, while submitting new ones as soon as previous comes out from the --batch). That might make both processes busy to a 100%.
+
+another idea -- could may be 'annex find' get a -J flag thus starting multiple git ls-files querying processes?
+
+or both ideas are too overengineered/not tractable? ;)
+"""]]