Difference between revisions of "MemoTrie"

From HaskellWiki
Jump to navigation Jump to search
m (find out about)
(sjanssen's hpaste has now disappeared)
Line 3: Line 3:
 
== Abstract ==
 
== Abstract ==
   
'''MemoTrie''' is functional library for creating efficient memo functions, using [http://en.wikipedia.org/wiki/Trie trie]s. It's based on [http://hpaste.org/3839 some code] from Spencer Janssen and uses type families.
+
'''MemoTrie''' is functional library for creating efficient memo functions, using [http://en.wikipedia.org/wiki/Trie trie]s. It's based on some code from Spencer Janssen (originally put on hpaste.org, now expired) and uses type families.
   
 
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:

Revision as of 22:19, 29 September 2009


Abstract

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) and uses type families.

Besides this wiki page, here are more ways to find out about MemoTrie:

Please leave comments at the Talk page.

See also