CreateLapply: Parallelize functions with lapplies

Description Usage Arguments Value

View source: R/utils.R

Description

Create a new cluster context for function to be parallelized. This creates considerable overhead, but is easier to debug and maintain correct object dependencies in complex lapply functions. All functions needing this should be condidered for more elaborate preformance optimization.

Usage

1
CreateLapply(thread.num = 1, ...)

Arguments

thread.num

Number of threads specified for operation. A number of 1 will use normal lapply.

Value

Correctly parallelized lapply function.


xiamaz/flowProc documentation built on May 14, 2019, 2:01 a.m.