diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-29 19:04:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-29 19:04:24 -0400 |
commit | a91c8a15d523791ea729976cd5c76bac1e7ec135 (patch) | |
tree | 32fcd0deaa1694f25ab3747f355264dd29d20636 /debian/changelog | |
parent | 244ffef43f859152907f5202e85161f3e73cfe64 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f33788271..b793101e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |