From b5b1aeacbac81788065be26faf2771df87d43a19 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Sep 2020 10:56:07 -0400 Subject: [PATCH] devblog (for yesterday, forgot to add) --- doc/devblog/day_630__introspection_for_speed.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/devblog/day_630__introspection_for_speed.mdwn diff --git a/doc/devblog/day_630__introspection_for_speed.mdwn b/doc/devblog/day_630__introspection_for_speed.mdwn new file mode 100644 index 0000000000..e3096fb702 --- /dev/null +++ b/doc/devblog/day_630__introspection_for_speed.mdwn @@ -0,0 +1,11 @@ +Three recent todos have needed a way to introspect the matchers built from +preferred content expressions and some command-line options, to determine +what information they use. So implemented that today. + +With that, it was possible to double the seeking speed of +`git-annex sync --all` when include=/exclude= are not used +in preferred content. And the seeking speed of commands like +`git-annex find --copies=2` and `--in remote` improved by around 20%. + +Today's work was sponsored by Jake Vosloo +[on Patreon](https://www.patreon.com/joeyh). -- 2.30.2