Parallelized map using mirai by shikokuchuo · Pull Request #1163 · tidyverse/purrr
@hadley this builds on the proof of concept you reviewed last week at shikokuchuo#1. Adds a .parallel argument to every function that currently accepts a .progress argument, i.e.: map() and varian...