From 65ccb3de0c429ff4d14a19a3b79889a7549cc347 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Aug 2015 16:23:40 -0400 Subject: devblog --- doc/devblog/day_313__optimisation.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/devblog/day_313__optimisation.mdwn (limited to 'doc/devblog/day_313__optimisation.mdwn') 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! -- cgit v1.2.3