git-annex/Upgrade
Joey Hess d7833def66
use ByteString for git config
The parser and looking up config keys in the map should both be faster
due to using ByteString.

I had hoped this would speed up startup time, but any improvement to
that was too small to measure. Seems worth keeping though.

Note that the parser breaks up the ByteString, but a config map ends up
pointing to the config as read, which is retained in memory until every
value from it is no longer used. This can change memory usage
patterns marginally, but won't affect git-annex.
2019-11-27 17:40:09 -04:00
..
V5 use ByteString for git config 2019-11-27 17:40:09 -04:00
V0.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V1.hs cache the serialization of a Key 2019-11-22 17:49:16 -04:00
V2.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V3.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
V4.hs remove most remnants of direct mode 2019-08-26 16:27:48 -04:00
V5.hs init: fix data loss bug 2019-11-05 12:41:15 -04:00
V6.hs v7 2018-10-25 18:24:23 -04:00