Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zstandard as a compression option #26

Merged
merged 4 commits into from
Jan 31, 2023

Conversation

Uinelj
Copy link
Member

@Uinelj Uinelj commented Sep 21, 2022

No description provided.

@Uinelj Uinelj linked an issue Sep 21, 2022 that may be closed by this pull request
also fix a tiny filename bug
@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #26 (788fdfd) into main (54da6f0) will decrease coverage by 1.04%.
The diff coverage is 29.82%.

❗ Current head 788fdfd differs from pull request most recent head 038d9a5. Consider uploading reports for the commit 038d9a5 to get more accurate results

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   70.19%   69.15%   -1.05%     
==========================================
  Files          15       16       +1     
  Lines        1181     1206      +25     
==========================================
+ Hits          829      834       +5     
- Misses        352      372      +20     
Impacted Files Coverage Δ
src/error.rs 33.33% <ø> (+11.11%) ⬆️
src/impls/oscar_doc/compress.rs 0.00% <0.00%> (ø)
src/impls/oscar_doc/filter_tags.rs 92.50% <ø> (ø)
src/ops/checksum.rs 81.69% <ø> (ø)
src/ops/compress.rs 55.46% <44.44%> (-8.35%) ⬇️
src/impls/oscar_doc/oscar_doc.rs 53.93% <100.00%> (+4.95%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Uinelj Uinelj changed the base branch from main to dev September 23, 2022 14:22
@Uinelj
Copy link
Member Author

Uinelj commented Jan 18, 2023

Rebase before merging.

@Uinelj Uinelj marked this pull request as ready for review January 31, 2023 15:17
@Uinelj Uinelj merged commit a8ff447 into dev Jan 31, 2023
@Uinelj Uinelj deleted the 25-implement-zstandard-instead-of-gzip-for-compression branch January 31, 2023 15:19
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.

Implement Zstandard instead of Gzip for compression
1 participant