springerQuarantineBooksR
springerQuarantineBooksR copied to clipboard
GET requests in parallel?
Currently, the package downloads all book files sequentially. It is worth to check the feasibility of parallel solutions. Possible options:
-
future_walk
orfuture_map
fromfurrr
(https://github.com/DavisVaughan/furrr) -
async
(https://github.com/r-lib/async)
Close by https://github.com/renanxcortes/springerQuarantineBooksR/pull/4.