[Haskell-cafe] Re: Performance of functional priority queues

2009-12-29 Thread Heinrich Apfelmus
Gautam bt wrote: Svein Ove Aas wrote: Lazyness can be considered to be a controlled form of mutation Can someone explain why this is true (or link me to an explanation)? You may want to have a look at R. Bird, G. Jones, O. de Moor. More haste, less speed: lazy versus eager

Re: [Haskell-cafe] Re: Performance of functional priority queues

2009-12-29 Thread Gautam BT
Thanks for the replies, they helped me understand lazy evaluation a little better. -- Gautam ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: Performance of functional priority queues

2009-06-16 Thread GüŸnther Schmidt
Hi Richard, just a wiiild guess on this, but anyway. Maybe Oleg has something to say on this, in particular when it comes to his domain, ie. delimited continuations. As I said, just a wild guess. Günther Richard O'Keefe schrieb: There's a current thread in the Erlang mailing list about