[Python-Dev] Iterating in parallel

Greg Wilson gvwilson@nevex.com
Thu, 13 Jul 2000 08:13:41 -0400 (EDT)


> Ka-Ping Yee wrote:
> Sorry for flip-flopping on this -- to Paul especially -- but
> parallel() is looking better and better as i compare it with these
> other alternatives.

Strong -1 on parallel() unless it really performs concurrent execution.
I'd take any of the other suggestions (except "zip()") over this.

Greg