File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ Changelog
77.. This document is user facing. Please word the changes in such a way
88.. that users understand how the changes affect the new version.
99
10+ version 1.3.0-dev
11+ -----------------
12+ + Gzip headers are now actively checked for a BGZF extra field. If found the
13+ block size is taken into account when decompressing. This has further
14+ improved bgzf decompression speed by 5% on some files compared to the
15+ more generic solution of 1.2.0.
16+ + Integrated CPython 3.11 code for reading gzip headers. This leads to more
17+ commonality between the python-isal code and the upstream gzip.py code.
18+ This has enabled the change above. It comes at the cost of a slight increase
19+ in overhead at the ``gzip.decompress `` function.
20+
1021version 1.2.0
1122-----------------
1223+ Bgzip files are now detected and a smaller reading buffer is used to
You can’t perform that action at this time.
0 commit comments