bitemyapp / brotli2-rs

Brotli encoders/decoers for Rust
Apache License 2.0
28 stars 13 forks source link

set_params is broken #7

Closed valarauca closed 7 years ago

valarauca commented 7 years ago

For the high level encoder/decoder (reader/writer/bufreader) interfaces the parameters written to the set_params interface don't get applied. Running drastically different flags will never change compression time/ratio. Only adjusting their quality: u32 will.

Patch