data-stringmap

Haskell Project to convert the PrefixTree of the Holumbus into it's own Hackage Packet


Keywords
library, mit, Propose Tags, Data.Map, , Index, Data.StringMap, Data.StringMap.Base, Data.StringMap.Dim2Search, Data.StringMap.Lazy, Data.StringMap.Strict, Data.StringMap.StringSet, Data.StringMap.Types, More info, data-stringmap-1.0.1.1.tar.gz, browse, Package description, Package maintainers, UweSchmidt, SebastianPhilipp, edit package information
License
MIT
Install
cabal install data-stringmap-1.0.1.1

Documentation

StringMap

About

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.

StringMap was originally developed as part of the holumbus project of the FH-Wedel. It is now a separate cabal package.

Version 1.0.0

Installation

If you just want to use this StringMap, just use the hackage repository: $ cabal update && cabal install data-stringmap

Documentation

The documetation is also available on Hackage: http://hackage.haskell.org/package/data-stringmap

Developmemt

just run $ cabal install in the root directory. Everything else should be done automatically by cabal.