MemoTrie

Trie-based memo functions


Keywords
data, library, Propose Tags, http://haskell.org/haskellwiki/MemoTrie, , Index, Quick Jump, Data.MemoTrie, More info, MemoTrie-0.6.11.tar.gz, browse, Package description, Package maintainers, ConalElliott, edit package information
License
BSD-3-Clause
Install
cabal install MemoTrie-0.6.11

Documentation

MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code from Spencer Janssen (originally put on hpaste.org, now expired), which I assume was based on Ralf Hinze's paper Memo functions, polytypically!.

Install with cabal install Memotrie.

See also