Closed frederikvand closed 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.
I think the recursive nature of this function makes it pretty hard to parallelize in a way that would be useful
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.