<div dir="ltr"><snip><br><br><div class="gmail_quote"><div dir="ltr">On Tue, 3 Jul 2018 at 09:31, Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><br><div>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.</div></div></div></div></blockquote><div><br></div><div>That is very much correct. One example is using MCMC, which is massively parallel. I do parallelisation with mpi4py, and this requires distribution of pickled data of a reasonable size to the entire MPI world. This pickling introduces quite a bit of overhead.</div></div></div>