I was surprised that SharedArrays.jl
does not support SparseArrays.
Is there any package that can place any data structure in a shared memory segment so that collaborating processes from Distributed.jl
can access them without replicating?
I was surprised that SharedArrays.jl
does not support SparseArrays.
Is there any package that can place any data structure in a shared memory segment so that collaborating processes from Distributed.jl
can access them without replicating?