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:
parent
1200788859
commit
eb3ce3581a
4 changed files with 39 additions and 18 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue