Jiefei-Wang/SharedObject: Sharing R objects across multiple R processes without memory duplication

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.

Getting started

Package details

Bioconductor views Infrastructure
Maintainer
LicenseGPL-3
Version1.15.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Jiefei-Wang/SharedObject")
Jiefei-Wang/SharedObject documentation built on Aug. 19, 2023, 5:47 p.m.