projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c6209
)
devblog
author
Joey Hess
<joeyh@joeyh.name>
Thu, 29 Sep 2016 21:17:14 +0000
(17:17 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 29 Sep 2016 21:17:14 +0000
(17:17 -0400)
doc/devblog/day_417__cut_once.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/devblog/day_417__cut_once.mdwn
b/doc/devblog/day_417__cut_once.mdwn
new file mode 100644
(file)
index 0000000..
419e279
--- /dev/null
+++ b/
doc/devblog/day_417__cut_once.mdwn
@@ -0,0
+1,6
@@
+Did most of the optimisations that recent profiling suggested.
+This sped up a `git annex find` from 3.53 seconds to 1.73 seconds.
+And, `git annex find --not --in remote` from 12.41 seconds to 5.24 seconds.
+One of the optimisations sped up git-annex branch querying by up to 50%,
+which should also speed up use of some preferred content expressions.
+All in all, a very nice little optimisation pass.