This commit is contained in:
Joey Hess 2016-09-26 16:53:42 -04:00
parent 76e5d8bf8a
commit 6bdb6d4570
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,8 @@
Only had a couple hours today, which were spent doing some profiling of
git-annex in situations where it has to look through a large working tree in
order to find files to act on. The top five hot spots this found are
responsible for between 50% and 80% of git-annex's total CPU use in these
situations.
The first optimisation sped up `git annex find` by around 18%.
More tomorrow..