#218 Make PDC.get_latest_modules faster
Closed: Fixed Opened by cqi.

Several points to make PDC.get_latest_modules faster

  • make calls to get_modules in parallel instead of one by one in the for-loop.
  • sort modules by passing ordering instead of sorting modules in Python separately.
  • reduce the size of response by passing fields as only variant_name and variant_version are required.

Metadata Update from @cqi:
- Issue assigned to cqi

Commit 6e442958 fixes this issue

Metadata