6 ms·
It parallelizes downloads and checking of the packages. It also doesn't compile .py files to .pyc at install time by default, but that just defers the cost to
by ivirshup 2y ago
It parallelizes downloads and checking of the packages.
It also doesn't compile .py files to .pyc at install time by default, but that just defers the cost to first import.