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 3ae0da4 commit a76c459Copy full SHA for a76c459
CHANGELOG.rst
@@ -9,6 +9,10 @@ Changelog
9
10
version 1.2.0-dev
11
-----------------
12
++ Bgzip files are now detected and a smaller reading buffer is used to
13
+ accomodate the fact that bgzip blocks are typically less than 64K. (Unlike
14
+ normal gzip files that consist of one block that spans the entire file.)
15
+ This has reduced decompression time for bgzip files by roughly 12%.
16
+ Speed-up source build by using ISA-L Unix-specific makefile rather than the
17
autotools build.
18
+ Simplify build setup. ISA-L release flags are now used and not
0 commit comments