Re: Immutable Datastructures with good Sharing
- From: Jan Burse <janburse@xxxxxxxxxxx>
- Date: Sun, 06 Nov 2011 10:22:38 +0100
Jussi Piitulainen schrieb:
There is a book titled PURELY FUNCTIONAL DATA
STRUCTURES by Chris Okasaki.
Instead of buying the book, one might have a look
at his thesis. Found here:
http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf
I had a look yesterday. And had the feeling that some
parts are a little bit over the top for implementation
in Java, namely the lazy data structure stuff.
The lazy data structure stuff would need to
first figure out a way to easily and efficiently
implement this in Java, maybe for some special
cases only. Guess some closure would be needed.
But otherwise you find the double stack
queue again there.
Bye
.
- Follow-Ups:
- Re: Immutable Datastructures with good Sharing
- From: Arved Sandstrom
- Re: Immutable Datastructures with good Sharing
- References:
- Immutable Datastructures with good Sharing
- From: Jan Burse
- Re: Immutable Datastructures with good Sharing
- From: Peter Duniho
- Re: Immutable Datastructures with good Sharing
- From: Jan Burse
- Re: Immutable Datastructures with good Sharing
- From: Peter Duniho
- Re: Immutable Datastructures with good Sharing
- From: Jan Burse
- Re: Immutable Datastructures with good Sharing
- From: Jan Burse
- Re: Immutable Datastructures with good Sharing
- From: Jussi Piitulainen
- Immutable Datastructures with good Sharing
- Prev by Date: Re: Immutable Datastructures with good Sharing
- Next by Date: Re: Immutable Datastructures with good Sharing
- Previous by thread: Re: Immutable Datastructures with good Sharing
- Next by thread: Re: Immutable Datastructures with good Sharing
- Index(es):