On Oct 1, 2005, at 22:20, Martin D Kealey wrote:
So can we look towards having things like "map" and "grep" be parallel
(or
at least unordered) by default?
I don't think so. First and foremost, these functions produce ordered
results, that's the Perl semantics of it. Second, while we can fo
Leo wrote:
> > http://www.gotw.ca/publications/concurrency-ddj.htm
> > The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
> > Herb Sutter
On Tue, 20 Sep 2005, Jonathan Worthington replied:
> Yup, and it's encouraging to see Perl 6 is heading in a good direction on
> concurre
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote:
Nearby at python-dev I found this:
http://www.gotw.ca/publications/concurrency-ddj.htm
The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
Herb Sutter
Nice article IMHO,
leo - STM to the rescue
Yup, and it's encouraging to see