Merge branch 'trackassociated'
This commit is contained in:
commit
483fc4dc6b
22 changed files with 302 additions and 168 deletions
|
@ -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.
|
||||
"""]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue