summaryrefslogtreecommitdiff
path: root/doc/devblog/day_313__optimisation.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-13 16:23:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-13 16:23:40 -0400
commit65ccb3de0c429ff4d14a19a3b79889a7549cc347 (patch)
treef4dab5bb3dc0dd263c5e9328deaeb28183d7967d /doc/devblog/day_313__optimisation.mdwn
parent50973ef234169f2cd2350c62d79a5bde3622c2b8 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_313__optimisation.mdwn')
-rw-r--r--doc/devblog/day_313__optimisation.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devblog/day_313__optimisation.mdwn b/doc/devblog/day_313__optimisation.mdwn
new file mode 100644
index 000000000..feedf09e0
--- /dev/null
+++ b/doc/devblog/day_313__optimisation.mdwn
@@ -0,0 +1,7 @@
+Been doing a little bit of optimisation work. Which meant, first improving
+the --debug output to show fractions of a second, and show when commands
+exit.
+
+That let me measure what takes up time when downloading files from ssh remotes.
+Found one place I could spawn a thread to run a cleanup action, and this simple
+change reduced the non-data-transfer overhead to 1/6th of what it had been!