diff --git a/articles/batch-processing.html b/articles/batch-processing.html index 8d35194..23aea56 100644 --- a/articles/batch-processing.html +++ b/articles/batch-processing.html @@ -87,7 +87,7 @@
vignettes/batch-processing.Rmd
batch-processing.Rmd
> pbmclapply: 2.44 sec elapsed
We can see that the multi-core approach is
more than three times faster (in this single test run) than the
single-core approach! Let’s see how furrr::future_map()
compares to this.
vignettes/getting-started.Rmd
getting-started.Rmd