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
|
@ -6,6 +6,7 @@ quite a lot.
|
|||
* [mtl](http://hackage.haskell.org.package/mtl) (2.1.1 or newer)
|
||||
* [MissingH](http://github.com/jgoerzen/missingh/wiki)
|
||||
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
|
||||
* [vector](http://hackage.haskell.org/package/vector)
|
||||
* [SHA](http://hackage.haskell.org/package/SHA)
|
||||
* [cryptohash](http://hackage.haskell.org/package/cryptohash) (optional but recommended)
|
||||
* [dataenc](http://hackage.haskell.org/package/dataenc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue