[Haskell-cafe] Help me speed up my program... or back to the issue of memoization

Jake Mcarthur jake.mcarthur at gmail.com
Mon May 5 16:44:12 EDT 2008


This is only a guess, but an educated guess: there is no silver bullet  
for memoization in Haskell. There are, however, some somewhat more  
general approaches you may be interested in. I think this hasn't been  
researched extremely throughly yet, but see http://www.cs.utexas.edu/~wcook/Drafts/2006/MemoMixins.pdf 
  for an example.

- Jake McArthur


More information about the Haskell-Cafe mailing list