SharedObject
SharedObject copied to clipboard
Sharing R objects across multiple R processes without duplicating the object in memory
When trying to load SharedObject I get ``` > library(SharedObject) Error: package or namespace load failed for 'SharedObject': .onLoad failed in loadNamespace() for 'SharedObject', details: call: C_initialPkgData() error: An error...
Hi, the test of my package always fails when runned on bioconductor system malbec1 for some problem related to sharedObject. I am not able to reproduce that on my system....
Suppose I want to use SharedObject with BiocParallel, e.g.: ``` library(BiocParallel) library(SharedObject) library(assertthat) ## Where will these workers run? register(BatchtoolsParam()) x
The documentation mentions that the package allows reading and writing of shared memory, but it would be good to spell out whether or not it's safe for multiple R processes...