use vector in local status

Thought was that this would be faster than a map, since a vector can be
updated more efficiently. It turns out to not seem to matter; runtime and
memory usage are basically identical.
This commit is contained in:
Joey Hess 2013-10-07 04:05:14 -04:00
parent 1200788859
commit eb3ce3581a
4 changed files with 39 additions and 18 deletions

1
debian/control vendored
View file

@ -8,6 +8,7 @@ Build-Depends:
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-pcre-light-dev,
libghc-vector-dev,
libghc-sha-dev,
libghc-cryptohash-dev,
libghc-regex-tdfa-dev [!mips !mipsel !s390],