RE: [Haskell-cafe] Weak hashtable memoization code?

On 28 August 2005 16:39, Bulat Ziganshin wrote:
Hello David,
Sunday, August 28, 2005, 4:19:07 PM, you wrote:
Hi all,
Does anyone have a nice bit of example code to implement memoization using weak pointers and hash tables? It would be nice to have a pre-packaged module that I could just use, which has already been tested. The contents of Data.WeakPtr seem a bit lower-level than I'd rather work with.
There's the memo table implementation in the util package: hslibs/util/Memo.lhs. Note that this is scheduled for demolition in GHC 6.6. Cheers, Simon

Hello Simon, Tuesday, September 13, 2005, 7:42:52 PM, you wrote: SM> There's the memo table implementation in the util package: SM> hslibs/util/Memo.lhs. Note that this is scheduled for demolition in GHC SM> 6.6. why? -- Best regards, Bulat mailto:bulatz@HotPOP.com
participants (2)
-
Bulat Ziganshin
-
Simon Marlow