Closed sunchao closed 6 years ago
Merged. Thanks @sadikovi .
I'm not sure why the code coverage dropped as this doesn't add any new stuff.
Great that you fixed the issue!
All good, no worries. Coverage report can be a bit weird sometimes - I suggest we check actual tests and use coverage as a reference.
This tries to improve the Brotli compression performance by doing the following:
compress
to useCompressorWriter
instead ofCompressReader
.Bench result before:
After:
Without the change from 3):
Fixes #105 .