We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36551e5 commit 4abcbddCopy full SHA for 4abcbdd
CHANGELOG.rst
@@ -12,8 +12,8 @@ version 1.5.0-dev
12
+ Make a special case for threads==1 in ``igzip_threaded.open`` for writing
13
files. This now combines the writing and compression thread for less
14
overhead.
15
-+ Write a specialized function for compressing blocks in a threaded fashion.
16
- This function maximizes time spent outside the GIL.
++ Maximize time spent outside the GIL for ``igzip_threaded.open`` writing.
+ This has decreased wallclock time significantly.
17
18
version 1.4.1
19
-----------------
0 commit comments