git-annex/Types
Joey Hess 78a325b093 add a small cache of the most recently accessed item from the git-annex branch
This will speed up typical cases like git-annex get, which currently
has to read the location log once, then read it a second time in order to
add a line to it. Since these reads now involve more than just reading
in a file, it seemed good to add a cache layer.

Only the most recent thing needs to be cached, because git-annex has
good locality; it operates on one file at a time, and only cares
about one item from the branch per file.
2011-06-22 14:18:49 -04:00
..
Backend.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Branch.hs add a small cache of the most recently accessed item from the git-annex branch 2011-06-22 14:18:49 -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
UUID.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00