Files
Christos Longros e35a06c79a math/R-cran-RcppParallel: New port: Parallel programming tools for Rcpp
- Submitter becomes maintainer

High-level parallel programming primitives for the R language.
Includes the Intel TBB and RcppParallel libraries.

WWW: https://rcppcore.github.io/RcppParallel/

PR:			294584
Differential Revision:	https://reviews.freebsd.org/D56355
2026-05-13 20:31:01 +01:00

5 lines
266 B
Plaintext

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.