DavisVaughan / furrr

Apply Mapping Functions in Parallel using Futures
https://furrr.futureverse.org/
Other
695 stars 39 forks source link

Implement map_vec #261

Open latot opened 1 year ago

latot commented 1 year ago

Hi all, I think would be great have the map_vec function of purrr on furrr.

We can use functions like map, but the results does keep the vector format output.

Thx!