Interface to Intel TBB (Threading Building Blocks), a C++ library for parallel programming. It uses C++ templates to provide powerful parallel functionality that works with common programming patterns. For example, the parallel_for construct can be used to convert the work of a standard serial "for"" loop into a parallel one and the parallel_reduce construct can be used for accumulating aggregate or other values.
Package details |
|
|---|---|
| Author | RStudio, Inc.; Intel, Inc. |
| Maintainer | JJ Allaire <jj@rstudio.com> |
| License | GPL-2 |
| Version | 4.2.5 |
| Package repository | View on GitHub |
| Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.