mcmilk / zstdmt

Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
Other
181 stars 33 forks source link

Unable to decompress with the original brotli? #30

Closed Kingrd97 closed 1 month ago

Kingrd97 commented 4 months ago

When I compress with brotli-mt, brotli-mt can decompress while brotli can not decompress

brotli-mt test brotli -d -S brot test.brot Corrupt input [test. brot]

mcmilk commented 4 months ago

Yes, I have added some additional headers for faster compressing / decompressing multiple chunks. See Brotli frame definition.