top | item 39671436 (no title) pillusmany | 2 years ago Shared memory:https://docs.ray.io/en/latest/ray-core/objects.html discuss order hn newest ptx|2 years ago According to the docs, those shared memory objects have significant limitations: they are immutable and only support numpy arrays (or must be deserialized).Sharing arrays of numbers is supported in multiprocessing as well: https://docs.python.org/3/library/multiprocessing.html#shari...
ptx|2 years ago According to the docs, those shared memory objects have significant limitations: they are immutable and only support numpy arrays (or must be deserialized).Sharing arrays of numbers is supported in multiprocessing as well: https://docs.python.org/3/library/multiprocessing.html#shari...
ptx|2 years ago
Sharing arrays of numbers is supported in multiprocessing as well: https://docs.python.org/3/library/multiprocessing.html#shari...