Shared numpy array

Does Ray support shared numpy arrays like this

https://docs.python.org/3.4/library/multiprocessing.html?highlight=process#multiprocessing.Array

@vsraptor Yes, NumPy ndarrays stored in Ray’s object store will support zero-copy shared memory access! Serialization — Ray 3.0.0.dev0

2 Likes