e35a06c79a
- 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
5 lines
266 B
Plaintext
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.
|