@hackage data-stringmap0.9.2
An efficient implementation of maps from strings to arbitrary values
Categories
License
MIT
Maintainer
uwe@fh-wedel.de, sebastian@spawnhost.de
Links
Versions
Installation
Dependencies (4)
- base >=4.5 && <5
- binary >=0.5 && <1
- containers >=0.4 && <1
- deepseq >=1.2 && <2 Show all…
Dependents (4)
@hackage/clafer, @hackage/acme-everything, @hackage/claferIG, @hackage/hunt-searchengine
An efficient implementation of maps from strings to arbitrary values.
Values can associated with an arbitrary byte key.
Searching for keys is very fast, but
the prefix tree probably consumes more memory than
Data.Map. The main differences are the special
prefixFind functions, which can be used to perform prefix queries.