Skip to content

[LibZlib] expose compression strategy option - #89

Merged
nhz2 merged 1 commit into
mainfrom
libzlib-strategy
Apr 10, 2026
Merged

[LibZlib] expose compression strategy option#89
nhz2 merged 1 commit into
mainfrom
libzlib-strategy

Conversation

@nhz2

@nhz2 nhz2 commented Apr 10, 2026

Copy link
Copy Markdown
Member

This PR adds the strategy keyword argument to ZlibEncodeOptions, DeflateEncodeOptions, and GzipEncodeOptions to expose zlib's compression strategy (Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED).

@codecov

codecov Bot commented Apr 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.11%. Comparing base (a65bf67) to head (e4b13a2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   82.73%   85.11%   +2.38%     
==========================================
  Files           4        4              
  Lines         139      215      +76     
==========================================
+ Hits          115      183      +68     
- Misses         24       32       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nhz2
nhz2 merged commit cf53856 into main Apr 10, 2026
9 checks passed
@nhz2
nhz2 deleted the libzlib-strategy branch April 10, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant