nhejazi / biotmle

:package: :microscope: R/biotmle: Targeted Learning with Moderated Statistics for Biomarker Discovery
https://code.nimahejazi.org/biotmle/
Other
4 stars 2 forks source link

Parallelization via future and BiocParallel #34

Closed nhejazi closed 7 years ago

nhejazi commented 7 years ago

This PR changes the parallelization architecture, replacing foreach with a combination of future, doFuture, and BiocParallel. This PR addresses points brought up in #18, #31, and #32.

Pros:

Cons: