TrieMap

Version 4.1.0 revision 0 uploaded by LouisWasserman.

Package meta

Synopsis
Automatic type inference of generalized tries with Template Haskell.
Description

Provides a efficient and compact implementation of generalized tries, and Template Haskell tools to generate the necessary translation code. This is meant as a drop-in replacement for Data.Map, and can be used anywhere Data.Map can be used.

The most recent release combines zipper-based ideas from recently proposed changes to Data.Map, as well as heavily optimized ByteString and Vector instances based on the vector package. For best performance, use cabal install -fllvm -O2.

Author
Louis Wasserman
Bug reports
n/a
Category
Algorithms
Copyright
n/a
Homepage
n/a
Maintainer
wasserman.louis@gmail.com
Package URL
n/a
Stability
n/a

Components