summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-29 14:04:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-29 14:04:53 -0400
commita93b837393b788f9f1655e7766a0d254ecaa4452 (patch)
tree83eb01d9e457943f988d1d68b5dea740c1c8784f /CHANGELOG
parent9454f2c240ebf0e72b711fa852027b5fad4ffa33 (diff)
Optimised git-annex branch log file timestamp parsing. 10% speedup
This sped up git annex find --not --in web from 6.64s to 5.69s. The optimised parser is probably more like 50% faster than the general one it replaced.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71f53793a..e94c1b0b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ git-annex (6.20160924) UNRELEASED; urgency=medium
* Optimisations to git-annex branch query and setting, avoiding repeated
copies of the environment. Speeds up commands like
"git-annex find --in remote" by over 50%.
+ * Optimised git-annex branch log file timestamp parsing.
-- Joey Hess <id@joeyh.name> Mon, 26 Sep 2016 16:46:19 -0400