RcppCore/RcppParallel: Parallel Programming Tools for 'Rcpp'

High level functions for parallel programming with 'Rcpp'. For example, the 'parallelFor()' function can be used to convert the work of a standard serial "for" loop into a parallel one and the 'parallelReduce()' function can be used for accumulating aggregate or other values.

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version5.1.7-9001
URL https://rcppcore.github.io/RcppParallel/ https://github.com/RcppCore/RcppParallel
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("RcppCore/RcppParallel")
RcppCore/RcppParallel documentation built on March 2, 2024, 4:57 p.m.