mxmlnkn / rapidgzip

Gzip Decompression and Random Access for Modern Multi-Core Machines
Apache License 2.0
344 stars 7 forks source link

what filetypes can the cli be used on? #42

Open tooptoop4 opened 1 week ago

tooptoop4 commented 1 week ago

the docs seem to imply gzip files are handled but in https://github.com/mxmlnkn/rapidgzip/releases/tag/rapidgzip-v0.14.0 it mentioned bzip2 is supported too? can u confirm

mxmlnkn commented 1 week ago

Yes. First-class support is gzip. But while trying to generalize the architecture to be able to handle LZ4, I added support for other formats. In total, rapidgzip now supports:

Bzip2 decompression may be slightly slower than the original ibzip2 though because of the chunk finder and larger chunk size.