[Baypiggies] FWD: Parallelism in one line
Martin Falatic
martin at falatic.com
Fri Jan 3 07:11:29 CET 2014
Definitely interesting, but the discussion of this article on Reddit gives
further food for thought on the pros and cons of using this strategy:
http://www.reddit.com/r/Python/comments/1tyzw3/parallelism_in_one_line/
Note that the article's author is participating in that discussion.
A related thread (also with some discussion by the author) can be found here:
http://www.reddit.com/r/programming/comments/1u37v2/parallelism_in_one_line/
- Marty
On Wed, January 1, 2014 07:36, Aahz wrote:
> Raise your hand if you knew that multiprocessing.dummy provided a
> multiprocessing API wrapper around threading.Thread:
>
> https://medium.com/p/40e9b2b36148
>
>
> Also shows how multiprocessing's map() is the easiest way to do
> concurrent programming. --
> Aahz (aahz at pythoncraft.com) <*>
> http://www.pythoncraft.com/
>
>
> A house is a machine to keep your cat dry.
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> https://mail.python.org/mailman/listinfo/baypiggies
>
>
More information about the Baypiggies
mailing list