On Mon, Jul 02, 2018 at 05:31:05PM -0600, Charles R Harris wrote:
> ISTR that some parallel processing applications sent pickled arrays around to
> different processes, I don't know if that is still the case, but if so, no 
> copy
> might be a big gain for them.

Yes, most parallel code that's across processes or across computers use
some form a pickle. I hope that this PEP would enable large speed ups.
This would be a big deal for parallelism in numerical Python.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to