Summary
In these two lectures, we’ve learned that:
Parallelization does not have to be hard
Futureverse simplifies parallelization in R (disclaimer!)
foreach()
is, lust likelapply()
not a for-loopThere are things we cannot parallelize
Forked parallel processing is neat, but should be used with caution
Much more information can be found at https://www.futureverse.org.