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.

Tests Vignettes

Available Snapshots

This version of RcppParallel can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (1)
  • R
  • Suggests (4)
  • Rcpp
  • RUnit
  • knitr
  • rmarkdown
  • Version History