Poor performance when processing packages sequentially
Currently, pypi-downloader processes each package serially in a single thread and only multi-threads on file downloads within a package. Need to speed up the processing of each package in addition to keeping the the multi-threading file downloads.