[Python-ideas] solving multi-core Python

Sturla Molden sturla.molden at gmail.com
Wed Jun 24 23:48:42 CEST 2015


On 24/06/15 23:41, Sturla Molden wrote:

> So we could for most parts squash
> the pickle overhead that anyone will encounter by specializing a queue
> that has knowledge about a small set of Python types.

But this would be very domain specific for scientific and numerical 
computing, it would not be a general improvement for multiprocessing 
with Python.

Sturla



More information about the Python-ideas mailing list