Mutable hash?

2004-10-21 Thread Petter Egesund
Title: Mutable hash? Does anybody know about a mutable hash implementation for ghc? There is going to be a lot of updates in the hash (some millions adds and removes) so a non-mutable structure will not do?! Cheers, Petter ###This message has

SV: Mutable hash?

2004-10-21 Thread Petter Egesund
Thanks! Petter -Opprinnelig melding- Fra: Robert Dockins [mailto:[EMAIL PROTECTED] Sendt: 21. oktober 2004 15:17 Til: Petter Egesund Kopi: [EMAIL PROTECTED] Emne: Re: Mutable hash? There is a hashtable in the IO monad: http://www.haskell.org/ghc/docs/latest/html/libraries/base

Re: Why does this work - haskell mysteries?

2003-10-04 Thread Petter Egesund
Thanks, the Scheme-version made it even clearer! Cheers, Petter On Saturday 04 October 2003 13:53, you wrote: On Sun, 5 Oct 2003 11:02:37 + Petter Egesund [EMAIL PROTECTED] wrote: Hi thanks for answering. I think I got it - the chaning of the functions lies in the last part

SV: Haskell-beginners problem with memory consuption

2003-10-01 Thread Petter Egesund
recurse until no pattern is found Cheers PE -Opprinnelig melding- Fra: Wolfgang Jeltsch [mailto:[EMAIL PROTECTED] Sendt: 1. oktober 2003 15:36 Til: The Haskell Cafe Emne: Re: Haskell-beginners problem with memory consuption Am Mittwoch, 1. Oktober 2003, 15:18 schrieb Petter Egesund