Closed edgBR closed 4 years ago
The cost of moving the data
tibbles to your 28 workers and back almost definitely outweighs any benefits of running timetk::tk_ts()
in parallel. It is best to only use future_map()
with functions that take a significant amount of time that can also be executed in an embarrassingly parallel way.
Dear colleagues,
I am trying to map a time series object to every of the elements of a grouped tibble as follows:
The elapsed time of this procedure is 29s. However when I tried to do it with furrr:
I am getting an elapsed time of 130s. Any idea of what I am doing wrong?
BR /Edgar
sessionInfo()