jjallaire/TBB: Interface to Intel TBB (Threading Building Blocks)

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.

Getting started

Package details

AuthorRStudio, Inc.; Intel, Inc.
MaintainerJJ Allaire <jj@rstudio.com>
LicenseGPL-2
Version4.2.5
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jjallaire/TBB")
jjallaire/TBB documentation built on May 19, 2019, 11:37 a.m.