-
Notifications
You must be signed in to change notification settings - Fork 126
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
LieAlgebras: reduce allocations #4165
Conversation
6a4ee5f
to
64f909d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4165 +/- ##
==========================================
+ Coverage 84.69% 84.71% +0.01%
==========================================
Files 628 628
Lines 84449 84608 +159
==========================================
+ Hits 71527 71674 +147
- Misses 12922 12934 +12
|
898b586
to
ed5c5dd
Compare
f1b177d
to
5e16633
Compare
According to the CI logs, this reduces time/allocations of the relevant tests as follows (on ubuntu-1.10, compared to https://github.com/oscar-system/Oscar.jl/actions/runs/11118011606):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
some representative workload comparisons between 4a5b96d (two days old master) and this PR branch
the release of Nemocas/Nemo.jl#1872 will reduce allocations in some cases even further