git-annex/Upgrade
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
..
V0.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V1.hs cache the serialization of a Key 2019-01-14 16:37:28 -04:00
V2.hs convert git-annex branch access to ByteStrings and Builders 2019-01-03 13:21:48 -04:00
V3.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V4.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V5.hs use ByteStrings when reading annex symlinks and pointers 2019-01-14 15:37:08 -04:00
V6.hs v7 2018-10-25 18:24:23 -04:00