Popularity
9.1
Growing
Activity
2.7
-
86
6
22

Monthly Downloads: 279
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

MemoTrie alternatives and similar packages

Based on the "Data" category.
Alternatively, view MemoTrie alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MemoTrie or a related project?

Add another 'Data' Package

README

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