[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: language translator help
From: |
Thomas Bushnell, BSG |
Subject: |
Re: language translator help |
Date: |
30 Apr 2002 23:31:24 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
MJ Ray <address@hidden> writes:
> What I want to know is whether it is possible to parallelise "map", which
> could have huge performance boosts on multi-processor systems. Will I trip
> up from code that assumes map is an iterator?
Hrm. In general, yes, you will trip up. Code cannot assume that the
functions are called in any particular order, but it can assume that
they are called one at a time.
- Re: language translator help,
Thomas Bushnell, BSG <=