[SciPy-Dev] BSP interface in the SciPy.
Thomas Kluyver
thomas@kluyver.me...
Tue Feb 14 10:58:35 CST 2012
On 14 February 2012 16:49, Sturla Molden <sturla@molden.no> wrote:
> It's stange that Python does not have a barrier object in the standard
> lib. Considering usefulness to scientific computing it could be worth
> adding to numpy or scipy.
Python 3.2 has a Barrier class for threading, but seemingly not yet
for multiprocessing. I imagine it would be a logical addition, since
the other synchronisation types from threading are available for
multiprocessing.
Thomas
More information about the SciPy-Dev
mailing list