[SciPy-Dev] vectorized scipy.integrate.quad

Sturla Molden sturla.molden at gmail.com
Mon Oct 5 21:46:03 EDT 2015


On 03/10/15 01:26, Anne Archibald wrote:

> The additional hack where I used coroutines is a different kind of
> concurrency; it's a way to squeeze extra concurrency out of recursive or
> other more-complex algorithms. You can actually do the same using
> threads; I have thread- and coroutine-based versions of the integrator,
> and they look very similar.

Personally I find that I prefer to make pipelines with threads (or 
processes) and queues, because coroutines make my brain overheat.


Sturla














More information about the SciPy-Dev mailing list