git-annex/Types
Joey Hess e1c18ddec4 Sped back up fsck, copy --from etc
All commands that often have to read a lot of information from
the git-annex branch should now be nearly as fast as before
the branch was introduced.

Before fsck was taking approximatly 3 hours, now it's running in 8 minutes.

The code is very nasty. It should be rewritten to read the header line
from git cat-file, and then read the specified number of bytes of content.
2011-06-29 21:47:31 -04:00
..
Backend.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
BranchState.hs Sped back up fsck, copy --from etc 2011-06-29 21:47:31 -04:00
Crypto.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Key.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Remote.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
TrustLevel.hs cache the trustmap 2011-06-23 21:25:39 -04:00
UUID.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00