Merge branch 'trackassociated'

This commit is contained in:
Joey Hess 2021-05-25 11:43:52 -04:00
commit 483fc4dc6b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
22 changed files with 302 additions and 168 deletions

View file

@ -9,7 +9,12 @@ If most of the files are locked, that would actually make the scan
somewhere around twice as slow as it currently is. So not a worthwhile
optimisation.
And I don't see much else there that could be optimised. Possibly the
Update: Now that the scan also scans for locked files to make the
associated files include information about them, the catKey optimisation
did make sense. Unfortunately, that does mean this scan got a little bit
slower still, since it has to use git ls-tree --long.
I don't see much else there that could be optimised. Possibly the
ls-tree parser could be made faster but it's already using attoparsec
so unlikely to be many gains.
"""]]