git-annex/Backend
Joey Hess 4536c93bb2
cache the serialization of a Key
This will speed up the common case where a Key is deserialized from
disk, but is then serialized to build eg, the path to the annex object.

It means that every place a Key has any of its fields changed, the cache
has to be dropped. I've grepped and found them all. But, it would be
better to avoid that gotcha somehow..
2019-01-14 16:37:28 -04:00
..
Hash.hs cache the serialization of a Key 2019-01-14 16:37:28 -04:00
URL.hs add KeyVariety type 2017-02-24 15:16:56 -04:00
Utilities.hs make everything build again after ByteString Key changes 2019-01-11 16:39:46 -04:00
WORM.hs make everything build again after ByteString Key changes 2019-01-11 16:39:46 -04:00