JuliaAlgebra / StarAlgebras.jl

A package for computation in *-algebras with basis
MIT License
7 stars 3 forks source link

reduce allocations in arithmetic #15

Closed kalmarek closed 2 years ago

kalmarek commented 2 years ago

plus a few cosmetic changes

codecov[bot] commented 2 years ago

Codecov Report

Base: 92.95% // Head: 94.51% // Increases project coverage by +1.55% :tada:

Coverage data is based on head (38d8ffd) compared to base (0a8e4c6). Patch coverage: 98.70% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ========================================== + Coverage 92.95% 94.51% +1.55% ========================================== Files 7 7 Lines 284 328 +44 ========================================== + Hits 264 310 +46 + Misses 20 18 -2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.51% <98.70%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba) | Coverage Δ | | |---|---|---| | [src/types.jl](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#diff-c3JjL3R5cGVzLmps) | `86.15% <93.75%> (ø)` | | | [src/algebra\_elts.jl](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#diff-c3JjL2FsZ2VicmFfZWx0cy5qbA==) | `100.00% <100.00%> (ø)` | | | [src/arithmetic.jl](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#diff-c3JjL2FyaXRobWV0aWMuamw=) | `100.00% <100.00%> (+3.70%)` | :arrow_up: | | [src/mtables.jl](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#diff-c3JjL210YWJsZXMuamw=) | `95.23% <100.00%> (ø)` | | | [src/show.jl](https://codecov.io/gh/kalmarek/StarAlgebras.jl/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba#diff-c3JjL3Nob3cuamw=) | `84.61% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marek+Kaluba)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.