Sped up unused.
Added Git.ByteString which replaces Git IO methods with ones using lazy ByteStrings. This can be more efficient when large quantities of data are being read from git. In Git.LsTree, parse git ls-tree output more efficiently, thanks to ByteString. This benchmarks 25% faster, in a benchmark that includes (probably predominately) the run time for git ls-tree itself. In real world numbers, this makes git annex unused 2 seconds faster for each branch it needs to check, in my usual large repo.
This commit is contained in:
parent
244ffef43f
commit
a91c8a15d5
4 changed files with 88 additions and 19 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
git-annex (3.20110929) UNRELEASED; urgency=low
|
||||
|
||||
* Sped up unused.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 29 Sep 2011 18:58:53 -0400
|
||||
|
||||
git-annex (3.20110928) unstable; urgency=low
|
||||
|
||||
* --in can be used to make git-annex only operate on files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue