summaryrefslogtreecommitdiff
path: root/doc/devblog/day_417__cut_once.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-29 17:17:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-29 17:17:14 -0400
commitf83e0a720f9bb0c5a46b996a4a7c705c3a0587b2 (patch)
treefca8f6fd27ffeae3075b6e58003a112df1a01bd3 /doc/devblog/day_417__cut_once.mdwn
parent08796570e27924179abda72988e243726b8b5565 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_417__cut_once.mdwn')
-rw-r--r--doc/devblog/day_417__cut_once.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_417__cut_once.mdwn b/doc/devblog/day_417__cut_once.mdwn
new file mode 100644
index 000000000..419e279f7
--- /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.