[Python-ideas] channel (synchronous queue)

Sturla Molden sturla at molden.no
Sun Feb 19 18:43:58 CET 2012


Den 19.02.2012 18:36, skrev Sturla Molden:
>
> The multiprocessing barrier on the other hand is quite useful. (Though 
> the butterfly method is not the most efficient implementation of a 
> barrier.)

Oops... it is the dissemination barrier, not the butterfly barrier. It 
scales better for non-power of two number of threads.

Sturla





More information about the Python-ideas mailing list