@hackage data-stringmap1.0.1.1

An efficient implementation of maps from strings to arbitrary values

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.

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

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