From 834b0ac2d95d5ef9890d97ffca92e7e4fbd7ac0a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Mar 2016 16:53:14 -0400 Subject: [PATCH] devblog --- doc/devblog/day_373__away.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/devblog/day_373__away.mdwn diff --git a/doc/devblog/day_373__away.mdwn b/doc/devblog/day_373__away.mdwn new file mode 100644 index 0000000000..e8761b4e2c --- /dev/null +++ b/doc/devblog/day_373__away.mdwn @@ -0,0 +1,6 @@ +Caught up with a few last things today, before I leave for +[a week in Boston](http://joeyh.name/trips/2016/boston/). + +Converted several places that ran git hash-object repeatedly to feed data +to a running process. This sped up git-annex add in direct mode and with +v6 unlocked files, by up to 2x.