English

Parallel Computing With R: A Brief Review

Computation 2020-04-07 v3

Abstract

Parallel computing has established itself as another standard method for applied research and data analysis. The R system, being internally constrained to mostly singly-threaded operations, can nevertheless be used along with different parallel computing approaches. This brief review covers OpenMP and Intel TBB at the cpu- and compiler level, moves to process-parallel approaches before discussing message-passing parallelism and big data technologies for parallel processing such as Spark, Docker and Kubernetes before concluding with a focus on the future package integrating many of these approaches.

Keywords

Cite

@article{arxiv.1912.11144,
  title  = {Parallel Computing With R: A Brief Review},
  author = {Dirk Eddelbuettel},
  journal= {arXiv preprint arXiv:1912.11144},
  year   = {2020}
}
R2 v1 2026-06-23T12:55:15.442Z