bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
75 stars 15 forks source link

Gzip compression is very slow #31

Open JustinChu opened 6 years ago

JustinChu commented 6 years ago

The compression option has been reported as an order of magnitude slower than without. I am probably using zlib in a very inefficient way. Profiling and optimization for this option is needed.

JustinChu commented 6 years ago

Piping output to an external gzip output is much faster for some reason (same compression level).