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

ReadBuf: clean up SIMD code #29

Merged
merged 5 commits into from
Feb 14, 2024
Merged

ReadBuf: clean up SIMD code #29

merged 5 commits into from
Feb 14, 2024

Conversation

folkertdev
Copy link
Collaborator

in practice we need less because we can use the rust standard library for most copies. Custom simd is only useful when we know that we can read/write extra bytes without UB (because we made sure the allocate some extra space).

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (0cfea67) 81.29% compared to head (57dffae) 82.98%.

Files Patch % Lines
zlib-rs/src/read_buf.rs 64.28% 30 Missing ⚠️
zlib-rs/src/inflate.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   81.29%   82.98%   +1.68%     
==========================================
  Files          28       28              
  Lines        6569     6428     -141     
==========================================
- Hits         5340     5334       -6     
+ Misses       1229     1094     -135     

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

@folkertdev folkertdev merged commit ee1cf20 into main Feb 14, 2024
5 checks passed
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.

2 participants