Skip to content

Commit

Permalink
Add a changelog entry for the bgzip change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Jul 21, 2023
1 parent 3ae0da4 commit a76c459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Changelog
version 1.2.0-dev
-----------------
+ Bgzip files are now detected and a smaller reading buffer is used to
accomodate the fact that bgzip blocks are typically less than 64K. (Unlike
normal gzip files that consist of one block that spans the entire file.)
This has reduced decompression time for bgzip files by roughly 12%.
+ Speed-up source build by using ISA-L Unix-specific makefile rather than the
autotools build.
+ Simplify build setup. ISA-L release flags are now used and not
Expand Down

0 comments on commit a76c459

Please sign in to comment.