migz icon indicating copy to clipboard operation
migz copied to clipboard

Multithreaded, gzip-compatible compression and decompression, available as a platform-independent Java library and command-line utilities.

Results 7 migz issues
Sort by recently updated
recently updated
newest added

Hi! ``` root@wendigo:/data/snc_backups/full/temp# pv stream.gz | /home/ayengar/munzip | mbstream -x -v Decompressing stdin using 32 threads Exception in thread "main" java.lang.IndexOutOfBoundsException at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:344) at com.linkedin.migz.MiGzInputStream.readFromInputStream(MiGzInputStream.java:222) at com.linkedin.migz.MiGzInputStream.decompressorThreadWithInflater(MiGzInputStream.java:172) at com.linkedin.migz.MiGzInputStream.decompressorThread(MiGzInputStream.java:114) at...

Hi guys, first of all major thanks for open sourcing this library! I've been able to significantly improve the I/O performance of my application with this. I just came across...

下列两组数据分别是GZIP和MiGz压缩二进制数据: GZIP1:1f8b08000000000000003334323634320400ee129cde06000000 MiGz1:1f8b080400000000020008004d5a0400080000003334323634320400ee129cde06000000 GZIP2:1f8b08000000000000002b4b2c4b492c2b4b4c010071ec6fe909000000 MiGz2:1f8b080400000000020008004d5a04000b0000002b4b2c4b492c2b4b4c010071ec6fe909000000 MIGZ 压缩的数据会多出20008004d5a040008000或者20008004d5a04000b000,请问这10个字节能去掉吗?

Hi guys, Thanks for the great library! It's made some of my Java programs that were I/O bound much faster :) However, it's currently hard to use MiGz unless you...

Hi developers, Can I use this to decompress bgzip compressed files? We have lots of files have been compressed by bgziped (http://www.htslib.org/doc/bgzip.html), but no way to decompress them in parallel,...

Hi, could you provide binaries for Windows? Wanna include MiGz into my benchmark roster using 512KB and bigger blocks, by the way, how bigger they can be? Your explanation of...

Add a verbose mode and make mzip and munzip silent by default, like gzip.