Skip to content

improve unsafe Decompression Performance ~4%#114

Merged
PSeitz merged 1 commit intomainfrom
main_brunch
May 27, 2023
Merged

improve unsafe Decompression Performance ~4%#114
PSeitz merged 1 commit intomainfrom
main_brunch

Conversation

@PSeitz
Copy link
Copy Markdown
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
Copy Markdown

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