HPC with R
By Chao Cheng in R High-performance computation Parall computation C C++
November 18, 2020
Abstract
This talk mainly focused on combining R with C/C++ and parallel computation in R.
Date
November 17, 2020
Time
6:30 PM – 8:30 PM
Location
Room 1114, Scientific Research Laboratory Building
Event
Group seminar, computation workshop
In this workshop, we share two ways to speed up your computation. One is combining R with
compiled language such as C and C++. Both the internal C API and the Rcpp
family are introduced.
Another way is parallel computation. Besides the user friendly foreach
and future.apply
packages,
we also touched a bit about asynchronous computation using future
package and adding progress bar
in your long time computation.
- Posted on:
- November 18, 2020
- Length:
- 1 minute read, 68 words
- Categories:
- R High-performance computation Parall computation C C++