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

improve safe Decompression 3-28% #112

Merged
merged 1 commit into from
May 27, 2023
Merged

improve safe Decompression 3-28% #112

merged 1 commit into from
May 27, 2023

Conversation

PSeitz
Copy link
Owner

@PSeitz PSeitz commented May 27, 2023

imrove safe Decompression by 3-28%

Replace calls to memcpy with custom function

imrove safe Decompression by 3-28%
improve safe Compression by 0-16%

Replace calls to memcpy with custom function
@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Merging #112 (96bfbb4) into main (320279f) will increase coverage by 0.27%.
The diff coverage is 95.41%.

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   88.93%   89.20%   +0.27%     
==========================================
  Files          11       12       +1     
  Lines        2223     2326     +103     
==========================================
+ Hits         1977     2075      +98     
- Misses        246      251       +5     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/fastcpy.rs 95.32% <95.32%> (ø)
src/block/compress.rs 98.19% <100.00%> (-0.02%) ⬇️
src/sink.rs 97.52% <100.00%> (ø)

@PSeitz PSeitz merged commit 4d36f98 into main May 27, 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