miyucy / brotli

MIT License
59 stars 14 forks source link

Interest to support streaming decompressing? #41

Open ilyazub opened 3 years ago

ilyazub commented 3 years ago

Writer implementation was added in https://github.com/miyucy/brotli/pull/32 and @andrew-aladev suggested copying part of the code from ruby-brs (https://github.com/miyucy/brotli/pull/32#issuecomment-717737706). The Reader implementation can be partially copied from ruby-brs/decompressor.c.

It will help to add Brotli support to the http gem (https://github.com/httprb/http/issues/498). I'd like to come up with the PR.

@miyucy WDYT?

miyucy commented 3 years ago

I'd like to come up with the PR.

@ilyazub Thank you. streaming reader is sounds good. I also want it.