We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b19dc commit 9eb6111Copy full SHA for 9eb6111
news/8187.feature
@@ -0,0 +1,3 @@
1
+Run the wheel install in a multiprocessing Pool, this has x1.5 speedup factor when installing cached packages.
2
+Packages that could not be installed (exception raised), will be installed serially once the Pool is done.
3
+If multiprocessing.Pool is not supported by the platform, fall-back to serial installation.
0 commit comments