We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb71638 commit ba10990Copy full SHA for ba10990
news/12803.bugfix.rst
@@ -0,0 +1,4 @@
1
+Improve pip install performance. Files are now extracted in 1MB blocks,
2
+or in one block matching the file size for smaller files.
3
+A decompressor is no longer instantiated when extracting 0 bytes files,
4
+it is not necessary because there is no data to decompress.
0 commit comments