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 unsafe Decompression Performance ~4% #114

Merged
merged 1 commit into from
May 27, 2023
Merged

improve unsafe Decompression Performance ~4% #114

merged 1 commit into from
May 27, 2023

Conversation

PSeitz
Copy link
Owner

@PSeitz PSeitz commented May 27, 2023

This is another attempt to replace the aggressive compiler after the
failed attempt #69 (wrote out of bounds in some cases)

The unrolling is avoided by manually unrolling less aggressive.
Decompression performance is slightly improved by ca 4%, except the
smallest test case.

This is another attempt to replace the aggressive compiler after the
failed attempt #69 (wrote out of bounds in some cases)

The unrolling is avoided by manually unrolling less aggressive.
Decompression performance is slightly improved by ca 4%, except the
smallest test case.
@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Merging #114 (756e2f0) into main (ab128d1) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
+ Coverage   89.75%   89.78%   +0.03%     
==========================================
  Files          13       13              
  Lines        2449     2458       +9     
==========================================
+ Hits         2198     2207       +9     
  Misses        251      251              
Impacted Files Coverage Δ
src/block/decompress.rs 95.97% <100.00%> (+0.09%) ⬆️

@PSeitz PSeitz merged commit e81e6e3 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