[Python-ideas] channel (synchronous queue)
Sturla Molden
sturla at molden.no
Sun Feb 19 18:43:58 CET 2012
More information about the Python-ideas mailing list
Sun Feb 19 18:43:58 CET 2012
- Previous message: [Python-ideas] channel (synchronous queue)
- Next message: [Python-ideas] channel (synchronous queue)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-ideas] channel (synchronous queue)
- Next message: [Python-ideas] channel (synchronous queue)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list