SharedObject
Sharing R objects across multiple R processes without memory duplication
Bioconductor version: 3.23 · Package version: 1.26.0
This package is developed for facilitating parallel computing in R. It is capable to create an R object in the shared memory space and share the data across multiple R processes. It avoids the overhead of memory dulplication and data transfer, which make sharing big data object across many clusters possible.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SharedObject") Details
| Maintainer | Jiefei Wang <szwjf08@gmail.com> |
| Author | Jiefei Wang [aut, cre], Martin Morgan [aut] |
| License | GPL-3 |
| Bug Reports | https://github.com/Jiefei-Wang/SharedObject/issues |
| System Requirements | GNU make, C++11 |
| Downloads rank | 346 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, Software |