springerQuarantineBooksR icon indicating copy to clipboard operation
springerQuarantineBooksR copied to clipboard

GET requests in parallel?

Open renanxcortes opened this issue 4 years ago • 1 comments

Currently, the package downloads all book files sequentially. It is worth to check the feasibility of parallel solutions. Possible options:

  • future_walk or future_map from furrr (https://github.com/DavisVaughan/furrr)
  • async (https://github.com/r-lib/async)

renanxcortes avatar Apr 19 '20 14:04 renanxcortes

Close by https://github.com/renanxcortes/springerQuarantineBooksR/pull/4.

renanxcortes avatar Apr 21 '20 18:04 renanxcortes