expersso / OECD

Reproducible and programmatic access to OECD data
126 stars 20 forks source link

readsdmx::read_sdmx has been way faster in downloading big datasets. #18

Closed LSmantiz closed 4 years ago

LSmantiz commented 4 years ago

As I have tried to download a large dataset, I used readsdmx::read_sdmx to improve the performance of downloading and loading the dataset into R massivly. That is in line with the performance comparison on the corresponding package github page (https://github.com/mdequeljoe/readsdmx).

MattCowgill commented 4 years ago

This speed improvement looks massive and would be very welcome to me as a user of this package. I'm wondering if @expersso plans to merge the PR?