This commit is contained in:
Joey Hess 2021-05-31 10:43:59 -04:00
parent 790fb2c051
commit 3b7f28feca
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 11"""
date="2021-05-31T14:39:17Z"
content="""
This got slower again since it now also has to scan locked files as well as
unlocked. And so disabling smudge filters doesn't avoid it either.
It should be possible to speed this up by streaming the ls-tree through
cat-file, like is done in CmdLine.Seek (catObjectStreamLsTree). Speedup
probably in the order of 2-3x.
"""]]