Описание тега mclapply
NoneMclapply is a parallelized version of lapply, it returns a list of the same length as X, each element of which is the result of applying FUN to the corresponding element of X.
mclapply is a parallelized version of lapply
. It returns a list of the same length as X, each element of which is the result of applying FUN
to the corresponding element of X.