Skip to content

Add compression strategy argument#109

Open
nhz2 wants to merge 4 commits into
masterfrom
nz/strategy
Open

Add compression strategy argument#109
nhz2 wants to merge 4 commits into
masterfrom
nz/strategy

Conversation

@nhz2

@nhz2 nhz2 commented Jul 7, 2026

Copy link
Copy Markdown
Member

This exposes zlib's compression strategy (Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED).
The docstrings and valid range checks are refactored to avoid duplications.

Based on JuliaIO/ChunkCodecs.jl#89

@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.04%. Comparing base (5420d10) to head (f364962).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   84.84%   86.04%   +1.19%     
==========================================
  Files           4        4              
  Lines         198      215      +17     
==========================================
+ Hits          168      185      +17     
  Misses         30       30              

☔ View full report in Codecov by Harness.
📢 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.

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