as far understand sharedmem-numpy package (numpy-sharedmem) python 2. exist similar (shared sort of numpy arrays) python 3?
purpose write 1 multi-dimensional array simultaneously several processes. default, known every process write in own part of array, there no conflicts.
have @ blaze , dask, developed successor numpy.
multi-core numpy arrays can achieved dask.array.
Comments
Post a Comment