MemoTrie
From HaskellWiki
(Difference between revisions)
(new package) |
|||
| Line 6: | Line 6: | ||
Besides this wiki page, here are more ways to find out about MemoTrie: | Besides this wiki page, here are more ways to find out about MemoTrie: | ||
| - | * Read [http://code.haskell.org/MemoTrie/doc/html/ the library documentation]. | + | * Read [http://code.haskell.org/MemoTrie/doc/html/ the library documentation]. |
* Get the code repository: '''<tt>darcs get http://code.haskell.org/MemoTrie</tt>'''. | * Get the code repository: '''<tt>darcs get http://code.haskell.org/MemoTrie</tt>'''. | ||
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage]. | * Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage]. | ||
Revision as of 11:51, 4 August 2008
1 Abstract
MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code I got from Spencer Janssen and uses type families.
Besides this wiki page, here are more ways to find out about MemoTrie:
- Read the library documentation.
- Get the code repository: darcs get http://code.haskell.org/MemoTrie.
- Install from Hackage.
- See the version history.
Please leave comments at the Talk page.
