Skip to content

Commit 9eb6111

Browse files
author
bmartinn
committed
Add multiprocessing feature news
1 parent 49b19dc commit 9eb6111

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

news/8187.feature

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)