101arrowz / fflate

High performance (de)compression in an 8kB package
https://101arrowz.github.io/fflate
MIT License
2.21k stars 77 forks source link

Brotli decoder #214

Closed photopea closed 2 months ago

photopea commented 3 months ago

It would be cool if you made an equally tiny and fast Brotli decoder (without an encoder).

The only Brotli decoders that I have found are quite huge. I think Brotli is in a way similar to Deflate, so you could use your current knowledge.