Skip to content

PLIO and Rice Compression - #36

Merged
jacksoncodd merged 2 commits into
mainfrom
Compression
Jul 6, 2026
Merged

PLIO and Rice Compression#36
jacksoncodd merged 2 commits into
mainfrom
Compression

Conversation

@jacksoncodd

Copy link
Copy Markdown
Collaborator

Added Julia implementations of the PLIO and Rice compression algorithms

Added Julia implementations of the PLIO and Rice compression algorithms
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 880 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.17%. Comparing base (ec6cfda) to head (da81633).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
src/compression/HDecompress.jl 0.00% 303 Missing ⚠️
src/compression/HCompress.jl 0.00% 279 Missing ⚠️
src/compression/RiceCompression.jl 0.00% 169 Missing ⚠️
src/compression/PLIOCompression.jl 0.00% 129 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (ec6cfda) and HEAD (da81633). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (ec6cfda) HEAD (da81633)
4 2
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #36       +/-   ##
===========================================
- Coverage   71.08%   46.17%   -24.91%     
===========================================
  Files          13       17        +4     
  Lines        1691     2551      +860     
===========================================
- Hits         1202     1178       -24     
- Misses        489     1373      +884     

☔ 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.

Added files for the hcompress and hdecompress functions as well as associated tests
@jacksoncodd
jacksoncodd merged commit 979c149 into main Jul 6, 2026
3 checks passed
@jacksoncodd
jacksoncodd deleted the Compression branch July 6, 2026 15:28
@barrettp
barrettp restored the Compression branch July 12, 2026 01:00
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