@hackage / data-stringmap

An efficient implementation of maps from strings to arbitrary values

Latest1.0.1.1

About

Metadata

  • Last updated , by UweSchmidt
  • License MIT
  • Categories Data Structures
  • Maintained by: Uwe Schmidt (uwe@fh-wedel.de), Sebastian Philipp (sebastian@spawnhost.de)

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    with-sizeable (off by default)
    test-properties (on by default)
    test-strict (off by default)

Readme

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.