Skip to content

Commit a76c459

Browse files
committed
Add a changelog entry for the bgzip change
1 parent 3ae0da4 commit a76c459

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Changelog
99
1010
version 1.2.0-dev
1111
-----------------
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%.
1216
+ Speed-up source build by using ISA-L Unix-specific makefile rather than the
1317
autotools build.
1418
+ Simplify build setup. ISA-L release flags are now used and not

0 commit comments

Comments
 (0)