Skip to content

Improve the decompression for acyclic coloring#54

Merged
gdalle merged 3 commits intomainfrom
optimize_decompression_acyclic
Aug 10, 2024
Merged

Improve the decompression for acyclic coloring#54
gdalle merged 3 commits intomainfrom
optimize_decompression_acyclic

Conversation

@amontoison
Copy link
Copy Markdown
Collaborator

@amontoison amontoison commented Aug 9, 2024

We know that diagonal coefficients of A are not combined with other coefficients in the compressed matrix B.
T can have less columns thanks to that.

I also fixed a comment, we store the lower triangular of A and not its upper triangular part.

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.36%. Comparing base (ac12b9a) to head (fe2fbaf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   99.41%   99.36%   -0.06%     
==========================================
  Files          11       10       -1     
  Lines         516      472      -44     
==========================================
- Hits          513      469      -44     
  Misses          3        3              

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

@gdalle gdalle merged commit 727c2c1 into main Aug 10, 2024
@gdalle gdalle deleted the optimize_decompression_acyclic branch August 10, 2024 05:37
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