Learn R Programming

Rdsm (version 2.1.1)

Threads Environment for R

Description

Provides a threads-type programming environment for R. The package gives the R programmer the clearer, more concise shared memory world view, and in some cases gives superior performance as well. In addition, it enables parallel processing on very large, out-of-core matrices.

Copy Link

Version

Install

install.packages('Rdsm')

Monthly Downloads

59

Version

2.1.1

License

GPL (>= 2)

Maintainer

Last Published

October 8th, 2014

Functions in Rdsm (2.1.1)

Rdsm-package

Adds a threaded parallel programming paradigm to R.
mgrmakelock

Create an Rdsm lock.
mgrmakevar

Create an Rdsm shared variable.
rdsmlock

Lock/unlock operations.
mgrinit

Initialize Rdsm
getidxs

Parallelizing work assignment.
barr

Barrier operation.
makebarr

Create an Rdsm barrier.
stoprdsm

Barrier operation.
loadex

Sources example files
readsync

Syncing file-backed variables.
getmatrix

Referencing a matrix via different forms.