[Numpy-discussion] Using multiprocessing (shared memory) with numpy array multiplication

Sturla Molden sturla at molden.no
Thu Jun 16 14:03:09 EDT 2011


Den 16.06.2011 19:55, skrev Sturla Molden:
>
> The meta-data for the ndarray (strides, shape, dtype, etc.) and the name
> of the shared memory segment. As there is no fork, we must tell the
> other process where to find the shared memory and what to do with it.
>

Which by the way is what the shared memory arrays I and Gaël made will do,
but we still have the annoying pickle overhead.

Sturla



More information about the NumPy-Discussion mailing list