gdesk.utils.shared module

class gdesk.utils.shared.SharedArray(shape, dtype=<class 'float'>)

Bases: object

Using shared memory. If pickled to another process, the memory is not copied.

property bytesize
static from_ndarray(array)
property ndarray
property ndim
property size