Replies: 1 comment 1 reply
-
|
Not super feasible, unfortunately. Brotli is very similar to DEFLATE but it's so slow that it's impractical for real-time use. Moreover, beyond a certain level of complexity, WASM is faster than JS, and I expect Emscripten'd Brotli would be faster than Brotli decompression is much more feasible because it is as fast as DEFLATE, but then again if you're looking for great compression ratios you may want to look into |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
fflate is a remarkable library, and Brotli gives better compression than other techniques for common cases.
How feasible would it be to add Brotli support in fflate?
Beta Was this translation helpful? Give feedback.
All reactions