gwnrtools / nr-catalog-tools

A unified interface to various catalogs of Numerical Relativity simulations of compact binary mergers.
https://github.com/gwnrtools/nr-catalog-tools
GNU General Public License v3.0
1 stars 5 forks source link

Speedup first time loading of RIT catalog #30

Open vaishakp opened 1 year ago

vaishakp commented 1 year ago

I was wondering if its possible to speedup the first time download/ load of RIT catalog using parallel requests. As I understand, the catalog presently downloads the metadata serially. It takes about half a day to download the catalog.

Would it be possible to cut down this time using wget's parallel download (using a constructed list of urls) or multiple processes?