DavisVaughan / furrr

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

Parallel map_depth #210

Closed frederikvand closed 3 years ago

frederikvand commented 3 years ago

Is it possible to develop a parallel version of map_depth? map_depth() allows to apply .f to a specific depth level of a nested vector/list.

DavisVaughan commented 3 years ago

I think the recursive nature of this function makes it pretty hard to parallelize in a way that would be useful