cache the trustmap

Doubles the speed of fsck, and speeds up drop as well.
This commit is contained in:
Joey Hess 2011-06-23 21:25:39 -04:00
parent a61154baf5
commit 69d3c1cec9
4 changed files with 24 additions and 10 deletions

View file

@ -14,7 +14,7 @@ import CmdLine
import Command
import Options
import Utility
import TrustLevel
import Types.TrustLevel
import qualified Annex
import qualified Remote