man-roxygen/parallel.R

#' @section Parallel Computing:
#'
#'   Please note that running tasks in parallel does \strong{not} guarantee faster computations. The
#'   overhead introduced is sometimes too large, and it's better to run tasks sequentially.
#'
#'   The user can register a parallel backend, e.g. with the \pkg{doParallel} package, in order to
#'   attempt to speed up the calculations (see the examples). This relies on
#'   \code{\link[foreach:foreach]{foreach}}, i.e. it uses multi-processing.
#'
asardaes/dtwclust documentation built on March 3, 2023, 5:32 a.m.