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 @@

Parallel processing with multip
> 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.

diff --git a/index.html b/index.html index cca85e0..b474ac8 100644 --- a/index.html +++ b/index.html @@ -252,7 +252,7 @@

Developers

Dev status