git-annex/Git
Joey Hess a91c8a15d5 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.
2011-09-29 19:04:24 -04:00
..
ByteString.hs Sped up unused. 2011-09-29 19:04:24 -04:00
CatFile.hs refactor catfile code 2011-09-28 15:17:36 -04:00
LsFiles.hs tweak 2011-09-25 14:37:13 -04:00
LsTree.hs Sped up unused. 2011-09-29 19:04:24 -04:00
Queue.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
UnionMerge.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00