The purpose of repo is to help myself remember important guides, examples, and best practices related to using the future framework in R, especially for parallelization.
%dofuture%
- a betterforeach()
parallelization operator than%dopar%
- Comprehensive summary on the benefits of using the%dofuture%
operator.
%dofuture%
documentation - Code examples section includes nested loops.- Future topologies vignette - How to set
plan()
for each level.