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

optimize wildcopy #109

Merged
merged 1 commit into from
May 16, 2023
Merged

optimize wildcopy #109

merged 1 commit into from
May 16, 2023

Conversation

PSeitz
Copy link
Owner

@PSeitz PSeitz commented May 15, 2023

the initial check in the the 16 byte wild copy is unnecessary, since it is already done before calling the method

the initial check in the the 16 byte wild copy is unnecessary, since it is already done before calling the method
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #109 (2b254c6) into main (a75f532) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   88.92%   88.93%           
=======================================
  Files          11       11           
  Lines        2221     2223    +2     
=======================================
+ Hits         1975     1977    +2     
  Misses        246      246           
Impacted Files Coverage Δ
src/block/decompress.rs 95.85% <100.00%> (+0.02%) ⬆️

@PSeitz PSeitz merged commit b8cdd97 into main May 16, 2023
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