Consider being more selective in save()
in prepare_distributed
in run_future_lapply
#436
Labels
save()
in prepare_distributed
in run_future_lapply
#436
prepare_distributed
contains the following call tosave
which is quite a bottleneck:Is it possible to refine this so that it only saves the items that are needed to build the targets to be made? This also seems unnecessary for many types of futures and seems to be replicating a function of the
future
package itself, which is really good at sending objects around different processes.The text was updated successfully, but these errors were encountered: