[Numpy-discussion] parallel compilation of numpy
Sturla Molden
sturla@molden...
Thu Feb 19 04:23:44 CST 2009
On 2/19/2009 7:04 AM, David Cournapeau wrote:
> Does pyprocessing work well on windows as well ? I have 0 experience
> with it.
Yes it works well on Windows, albeit process creation is a bit slower
than on Unix (there is no os.fork in Windows, so more Python objects has
to be pickled). From Python 2.6, pyprocessing is even in the standard
library, renamed to 'multiprocessing'.
S.M.
More information about the Numpy-discussion
mailing list