beacon-biosignals / Ray.jl

Julia API for Ray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support shared memory between Julia processes

omus opened this issue · comments

At the moment Ray.jl moves data between processes using serialized copies of data. One of the benefits of using Ray is that objects can be shared between processes without having to duplicate memory.