diff --git a/articles/batch-processing.html b/articles/batch-processing.html index 23aea56..cff4c5e 100644 --- a/articles/batch-processing.html +++ b/articles/batch-processing.html @@ -592,7 +592,7 @@
> 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.