Appendix
References
Futureverse - A Unifying Parallelization Framework in R for Everyone
Introduction
Lecture 1
1
Why do we parallelize?
2
How do you do two things at the same time in R?
3
Parallelizing map-reduce calls
4
For loops - can they be parallelized?
Lecture 2
5
Demo and parallel backends
6
The Future API
7
Non-exportable objects
8
foreach() is not a for-loop
9
mclapply() - is it really magic?
Summary
Appendix
References
Appendix
References
References
Bengtsson, Henrik. 2021.
“A Unifying Framework for Parallel and Distributed Processing in r Using Futures.”
The R Journal
13 (2): 208–27.
https://doi.org/10.32614/RJ-2021-048
.
Summary