LPWC
LPWC copied to clipboard
Parallelization of low penalty
I have been looking at different packages which allow parallelization and most packages allow parallelization to be done by default. Instead of having it on FAQ, should we just parallelize the code and set the cores to parallel::detectCores() - 1. parallel is an R package.